mng.GetGroupList
This job delivers a list of all groups.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Currently not supported — pass |
|
INT |
Yes |
Must be passed as |
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
BASE64 |
— |
List of all defined groups in XML format (see below). |
3. Structure of utfGroupList
<AdmInfo>
<Groups>
<Group id="0" name="STANDARD" osguid="C9BBC4B0D7754065B3EA6232D7B70003" profil="0"/>
<Group id="157" name="TEST" osguid="B36506740D764731836365D04333D3AD" profil="79"/>
<Group id="18" name="ALLE MITARBEITER" osguid="65A56409BB3FFFC687FCC9B90" profil="0"/>
</Groups>
</AdmInfo>
| Attribute | Type | Description |
|---|---|---|
|
INT |
ID of the group |
|
STRING |
Name of the group |
|
STRING |
GUID of the group |
|
INT |
ID of the profile user assigned to the group |
|
STRING |
Description of the group |