Debug user claims
GET/roles/debug-user
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Paste identities, separated with comma. Get a list of assignments
Request
Query Parameters
identities string
Responses
- 200
- 400
- 401
- 403
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
identity stringnullable
identityType stringnullable
name stringnullable
roles
object[]
nullable
id stringnullable
name stringnullable
description stringnullable
scope
object
organizationId stringnullable
projectId stringnullable
resourcePath stringnullable
resourceType stringnullable
viewerSceneId stringnullable
isOrgLevel boolean
expirationTime date-timenullable
[
{
"identity": "string",
"identityType": "string",
"name": "string",
"roles": [
{
"id": "string",
"name": "string",
"description": "string",
"scope": {
"organizationId": "string",
"projectId": "string",
"resourcePath": "string",
"resourceType": "string",
"viewerSceneId": "string",
"isOrgLevel": true
},
"expirationTime": "2024-07-29T15:51:28.071Z"
}
]
}
]
Bad Request
Unauthorized
Forbidden
Server Error
Loading...