RoleAssignments
Gets role assignments for a scope.
get/{scope}/providers/Microsoft.Authorization/roleAssignments
Path parameters
scopestring required
The scope of the role assignments.
Query parameters
$filterstring
The filter to apply on the operation. Use $filter=atScope() to return all role assignments at or above the scope. Use $filter=principalId eq {id} to return all role assignments at, above or below the scope for the specified principal.
Parameters
../../../../../common-types/resource-management/v2/types.json#/components/parameters/ApiVersionParameter — unresolved $ref
Response
OK - Returns an array of role assignments.
Changes
Changed in 1 of the 7 revisions of this API.1
- ●
deleted the
queryrequest parameterapi-versionrequest-parameter-removed
- ●