List role assignments for identity
GET/roles/assignments/identities/:identity
Retrieve all role assignments for a user identity within an organization, optionally filtered by organization, project and expired items
Request
Path Parameters
identity stringrequired
Query Parameters
organization string
project string
includeExpiredAssignments boolean
Responses
- 200
- 401
- 403
- 500
Success
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
Array [
]
roleId stringnullable
identityId stringnullable
scope
object
organizationId stringnullable
projectId stringnullable
resourcePath stringnullable
resourceType stringnullable
viewerSceneId stringnullable
isOrgLevel boolean
identityName stringnullable
identityType stringnullable
expirationTime date-timenullable
expired boolean
[
{
"roleId": "string",
"identityId": "string",
"scope": {
"organizationId": "string",
"projectId": "string",
"resourcePath": "string",
"resourceType": "string",
"viewerSceneId": "string",
"isOrgLevel": true
},
"identityName": "string",
"identityType": "string",
"expirationTime": "2024-07-29T15:51:28.071Z",
"expired": true
}
]
- Schema
- Example (from schema)
Schema
Array [
]
roleId stringnullable
identityId stringnullable
scope
object
organizationId stringnullable
projectId stringnullable
resourcePath stringnullable
resourceType stringnullable
viewerSceneId stringnullable
isOrgLevel boolean
identityName stringnullable
identityType stringnullable
expirationTime date-timenullable
expired boolean
[
{
"roleId": "string",
"identityId": "string",
"scope": {
"organizationId": "string",
"projectId": "string",
"resourcePath": "string",
"resourceType": "string",
"viewerSceneId": "string",
"isOrgLevel": true
},
"identityName": "string",
"identityType": "string",
"expirationTime": "2024-07-29T15:51:28.071Z",
"expired": true
}
]
- Schema
- Example (from schema)
Schema
Array [
]
roleId stringnullable
identityId stringnullable
scope
object
organizationId stringnullable
projectId stringnullable
resourcePath stringnullable
resourceType stringnullable
viewerSceneId stringnullable
isOrgLevel boolean
identityName stringnullable
identityType stringnullable
expirationTime date-timenullable
expired boolean
[
{
"roleId": "string",
"identityId": "string",
"scope": {
"organizationId": "string",
"projectId": "string",
"resourcePath": "string",
"resourceType": "string",
"viewerSceneId": "string",
"isOrgLevel": true
},
"identityName": "string",
"identityType": "string",
"expirationTime": "2024-07-29T15:51:28.071Z",
"expired": true
}
]
Unauthorized
Forbidden
Server Error
Loading...