mng.CreateGroup
This job creates a new user group.
An entry is created in the DB table gruppen.
ID and osguid are generated by the job and returned in XML.
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 name="Test" profil="0"/>
</Groups>
</AdmInfo>
| Attribute | Type | Description |
|---|---|---|
|
INT |
ID of the group (set by the job) |
|
STRING |
Name of the group |
|
STRING |
GUID of the group (set by the job) |
|
INT |
ID of the profile user assigned to the group |
|
STRING |
Description of the group |
3. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
BASE64 |
— |
Properties of the group in XML format — |
5. 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. |