Home > Net >  get appRoleAssignment permission description from REST API
get appRoleAssignment permission description from REST API

Time:12-24

How can I get the permission descriptions of service principal appRoleAssignment based on it's appRoleId or all the list of existing permissions?

I've found this User role assignment

Graph API: Role assignment through graph

Step 2 : Now take each roleDefinationID separately to get the AssignedRole's Name. Using this MS Graph API.

Output - Role assignment

Refernce : https://docs.microsoft.com/en-us/graph/api/unifiedroledefinition-get?view=graph-rest-beta&tabs=http

  • Related