mng.GetGroupAttributes

This job delivers the properties of the specified group.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Currently not supported — pass 0.

OutputUnicode

INT

Yes

Must be passed as 1.

Group

STRING

Yes

Name of the group

2. Output Parameters

Name Type Dependency Description

utfXmlInfo

BASE64

Properties of the group in XML format (see below).

3. Structure of utfXmlInfo

<AdmInfo>
  <Groups>
    <Group id="0" name="STANDARD" osguid="C9BBC4B0D7754065B3EA6232D7B70003" 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.