mng.GetUserRoles
This job lists the system roles for the logged-in user or a specified user.
Without specifying a user, the system roles of the logged-in user are listed.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Currently not supported → pass 0 |
|
STRING |
Yes |
GUID of the user. Empty or GUID of the logged-in user: no system role required. GUID of another user: system role |
|
STRING |
No |
ID of the user; currently has no effect and is ignored by the server |
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
String |
— |
List of system role IDs, separated by semicolon. See System Roles. |
4. Required System Role
|
The system role is only checked when querying other users:
An overview of all roles is available under System Roles. |