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 |