...
| Parameter | Type | Description |
|---|---|---|
| token (required) | string | Access token. You can obtain a token by making a request |
| userId (required) | string | ID of the user whose information you want to get |
...
| Parameter | Type | Description |
|---|---|---|
| userId | string | ID of the specified user |
| status | int | User status: 1 — active, 3 — inactive |
| departmentId | string | ID of the department the user belongs to |
| string | The email of the user | |
| groups | string[] | IDs of groups the user belongs to |
| fields | string[][2] | User profile fields — an array of objects with the following properties: Id, value |
| addedDate | date | The date the user was added to the account |
| lastLoginDate | date | The date the user last timed logged in to the account |
| manageableDepartmentIds | string[] | IDs of departments the users manages if their role is Department Administrator |
| role | string | The user's role |
| workLeaveStatus (optional) | string | A work leave status. An array with the following parameters:
|
...