- Does the service offer a specific API for getting a role assignments for a user and not for a resources group/resource?
- In a previous question that was asked here,are there any plans to make the CLI response and the API similar regarding getting the 'roleDefinitionName' property?
Asked
Active
Viewed 131 times
1

Moris
- 135
- 11
1 Answers
0
Found a partial answer.
For getting both role assigned for User and Group should use the following API: By adding the param
$filter
with the value ofassignedTo('{userObjectId}')
. Example:Haven't find an answer yet.

Moris
- 135
- 11