mng.AddUserGroupAsc
This job adds the specified users to a group. Users and groups can be specified either by GUID or ID.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Currently not supported — pass |
|
BASE64 |
Yes |
Group assignments in XML format (see below). |
2. AdmInfo Structure
<AdmInfo>
<Associations>
<Association osuid="..." osgid="..."/>
<!-- OR -->
<Association user_id="..." group_id="..."/>
</Associations>
</AdmInfo>
| Attribute | Type | Description |
|---|---|---|
|
STRING |
GUID of the user |
|
STRING |
GUID of the group |
|
STRING |
ID of the user |
|
INT |
ID 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. |