List RoleAssignments
Description | Lists all role assignments to a given orguser (paginated) |
HTTP Method | /v1/identity/organizations/{organization_id}/roleassignments |
HTTP Path | GET |
Associated Scope(s) | identity.roleassignments |
Request Path Parameters (If Any)
Name | Type | Description |
---|---|---|
organization_id | string | Root Org UUID. |
Request Query/Body Parameters (If Any)
Name | Type | Description |
---|---|---|
orguser | string | Orguser UUID. |
scope | string | OrgUnit UUID |
Response Fields (If Any)
Name | Type | Description |
---|---|---|
roleassignments | array | Array of entities.RoleAssignment (role assignments). |
Endpoint Specific Errors (Standard API Errors are defined here)
Http Status Code | Code | Message |
---|---|---|
400 | bad_request | A bad request like “non-existent orgID” |
401 | unauthorized | No authentication provided, or invalid auth credentials, or missing scopes, etc. |