mng.GetGroupList

This job delivers a list of all groups.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Currently not supported — pass 0.

OutputUnicode

INT

Yes

Must be passed as 1.

2. Output Parameters

Name Type Dependency Description

utfGroupList

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

id

INT

ID of the group

name

STRING

Name of the group

osguid

STRING

GUID of the group

profil

INT

ID of the profile user assigned to the group

description

STRING

Description of the group

4. Return Value

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