List role assignments
GET/roles/assignments
List all role assignments
Request
Query Parameters
organizationId string
projectId string
includeExpiredAssignments boolean
Default value:
false
Responses
- 200
- 401
- 403
- 404
- 500
Success
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
Array [
]
identityType stringnullable
identityId stringnullable
identityName stringnullable
roleId stringnullable
scope
object
organizationId stringnullable
projectId stringnullable
resourcePath stringnullable
resourceType stringnullable
viewerSceneId stringnullable
isOrgLevel boolean
expirationTime date-timenullable
[
{
"identityType": "string",
"identityId": "string",
"identityName": "string",
"roleId": "string",
"scope": {
"organizationId": "string",
"projectId": "string",
"resourcePath": "string",
"resourceType": "string",
"viewerSceneId": "string",
"isOrgLevel": true
},
"expirationTime": "2024-07-29T15:51:28.071Z"
}
]
- Schema
- Example (from schema)
Schema
Array [
]
identityType stringnullable
identityId stringnullable
identityName stringnullable
roleId stringnullable
scope
object
organizationId stringnullable
projectId stringnullable
resourcePath stringnullable
resourceType stringnullable
viewerSceneId stringnullable
isOrgLevel boolean
expirationTime date-timenullable
[
{
"identityType": "string",
"identityId": "string",
"identityName": "string",
"roleId": "string",
"scope": {
"organizationId": "string",
"projectId": "string",
"resourcePath": "string",
"resourceType": "string",
"viewerSceneId": "string",
"isOrgLevel": true
},
"expirationTime": "2024-07-29T15:51:28.071Z"
}
]
- Schema
- Example (from schema)
Schema
Array [
]
identityType stringnullable
identityId stringnullable
identityName stringnullable
roleId stringnullable
scope
object
organizationId stringnullable
projectId stringnullable
resourcePath stringnullable
resourceType stringnullable
viewerSceneId stringnullable
isOrgLevel boolean
expirationTime date-timenullable
[
{
"identityType": "string",
"identityId": "string",
"identityName": "string",
"roleId": "string",
"scope": {
"organizationId": "string",
"projectId": "string",
"resourcePath": "string",
"resourceType": "string",
"viewerSceneId": "string",
"isOrgLevel": true
},
"expirationTime": "2024-07-29T15:51:28.071Z"
}
]
Unauthorized
Forbidden
Not Found
Server Error
Loading...