I am using Microsoft Graph API to get AppRoles for user. Response contains AppRoleId and does not contain AppRoleName. Is there a way to achieve this?
Calling below Graph API request to get Roles defined for specific user through Postman. Apply Permission as per Microsoft document https://docs.microsoft.com/en-us/graph/api/user-list-approleassignments?view=graph-rest-1.0&tabs=http
#HTTP request
GET /users/{id | userPrincipalName}/appRoleAssignments