mng.GetGroupMembers

This job delivers a list of all members of the specified group.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Indicates through which parameter the group is searched:
0 = GroupName
1 = GroupGUID
2 = GroupID

OutputUnicode

INT

Yes

Must be passed as 1.

GroupName

STRING

Yes

Name of the group

GroupGUID

STRING

Yes

GUID of the group

GroupID

INT

Yes

ID of the group

2. Output Parameters

Name Type Dependency Description

utfUserList

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

benutzer

STRING

Username

loginName

STRING

Login name

id

INT

ID of the user

name

STRING

Full name of the user

osguid

STRING

GUID of the user

4. Return Value

(INT): 0 = Job successful, otherwise error code.