mng.GetUserGroups

This job delivers a list of all groups in which the specified user is located.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Currently not supported — pass 0.

OutputUnicode

INT

Yes

Must be passed as 1.

UserGUID

STRING

Yes

GUID of the user

2. Output Parameters

Name Type Dependency Description

utfGroupList

BASE64

List of all groups in which the user is located, in XML format (see below).

3. Structure of utfGroupList

<AdmInfo>
  <Groups>
    <Group id="157" name="TEST" osguid="B36506740D764731836365D04333D3AD" profil="79"/>
  </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.