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. If a user is specified, the system role 'Configuration Security System' is required.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Currently not supported → pass 0 |
|
STRING |
Yes |
GUID of the user |
|
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. |