...
Header | Description |
|---|---|
| Authorization (required) | Access token. You can obtain a token by making a request. |
| Content-Type: application/json (required) | Property for processing a request in JSON. |
| Accept: application/json (required) | Property for processing a request in JSON. |
| Parameter | Description |
sessionIds | Session ID |
userIds (required) | The ID of the user whose data we want to obtain. |
Response Parameters
| Parameter | Description |
|---|---|
| sessionId | Session ID |
| userId | User ID |
| displayingName | User's first and last name. If these are not provided, their login will be displayed instead. |
| initials | First letters of the first and last name or login. |
| departmentId | The ID of department this user is part of. |
| departmentName | The name of department this user is part of. |
| status | User status in the system:
|
| attributes | User profile fields |
| key | Field ID |
| value | Field value |
| title | Field label in the interface |
...