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 |
4. Required System Role
|
This job accesses the security system or user and group data and therefore requires the calling user to hold system role
The system roles assigned to the calling user can be determined with mng.GetUserRoles; an overview of all roles is available under System Roles. See also Error Codes. |