mng.GetGroupAttributes
This job delivers the properties of the specified group.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Currently not supported — pass |
|
INT |
Yes |
Must be passed as |
|
STRING |
Yes |
Name of the group |
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
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 |
|---|---|---|
|
INT |
ID of the group |
|
STRING |
Name of the group |
|
STRING |
GUID of the group |
|
INT |
ID of the profile user assigned to the group |
|
STRING |
Description of the group |