mng.SetGroupAttributes
This job sets the properties of a group.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Currently not supported — pass |
|
BASE64 |
Yes |
Properties of the group in XML format (see below). |
|
BOOL |
Yes |
|
2. GroupInfo Structure
<AdmInfo>
<Groups>
<Group id="0" name="STANDARD" osguid="AE38D1BB1F1C4CB98B5695A2935E0169" profil="0" description="Test"/>
</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 |