mng.GetGroupMembers
This job delivers a list of all members of the specified group.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Indicates through which parameter the group is searched: |
|
INT |
Yes |
Must be passed as |
|
STRING |
Yes |
Name of the group |
|
STRING |
Yes |
GUID of the group |
|
INT |
Yes |
ID of the group |
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
BASE64 |
— |
List of all group members in XML format (see below). |
3. Structure of utfUserList
<AdmInfo>
<Users>
<User benutzer="USER" id="2" loginName="USER" osguid="C97ABFC32E09431192E4B13CF47293D6"/>
<User benutzer="Test" id="49" loginName="Test" name="Peter Muster" osguid="6759985B74A44747ACC93F031913006C"/>
</Users>
</AdmInfo>
| Attribute | Type | Description |
|---|---|---|
|
STRING |
Username |
|
STRING |
Login name |
|
INT |
ID of the user |
|
STRING |
Full name of the user |
|
STRING |
GUID of the user |