thijmende1
thijmende1

Reputation: 20

Azure active directory assign roles to users within groups

I am making an application where users can join multiple azure groups. This works fine. But a user should be able to have a role only within that specific group. So a user can have different roles in different groups.

Does anyone know how I can assign roles that only exist within a group? and then get the role for a user within a specific group via the graph api?

Upvotes: 0

Views: 219

Answers (1)

Mehtab Siddique
Mehtab Siddique

Reputation: 645

To Assign the role to a user please "Add directory role member"to assign a particular role in a group.

For different types of roles that you can assign to a user please refer "Azure AD built-in roles"

Hope this helps.

Upvotes: 0

Related Questions