Issue with roles and admin assignments

Ravi Ranjan Kumar 0 Reputation points
2025-01-29T05:17:04.4433333+00:00

There was an issue with the roles and admins assignments. The assigned users were 14 members and Im able to see the assigned users as 15. What was the issue. Is the group name also added into the assigned users count.

Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
876 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Abiola Akinbade 22,975 Reputation points
    2025-01-29T08:05:15.98+00:00

    Hello Ravi Ranjan Kumar,

    Thanks for your question.

    When a role is assigned to a group, all members of that group inherit the role permissions. The role assignment count will display as 15: one for the group and 14 for its individual members.

    az ad group member list --group 'group'
    

    It will return a list of members in JSON format.

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.