Hi @MAQBOOL SHAIK
You can retrieve a list of appRoleAssignment s for a user, group, or client service principal that have been granted for a given application service principal by calling the /appRoleAssignedTo graph API.
GET /servicePrincipals/{id}/appRoleAssignedTo
GET /servicePrincipals(appId='{appId}')/appRoleAssignedTo
Hope this helps.
If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.