mng.RemoveUserGroupAsc
This job deletes a user-to-group assignment (DB table bgrel).
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
Indicates which parameter is used: |
|
BASE64 |
No |
Group assignments to be deleted in XML format (see below). |
|
STRING |
No |
GUID of the user — the user is removed from all groups. |
2. AdmInfo Structure
<AdmInfo>
<Associations>
<Association user_id="..." group_id="..."/>
<!-- OR -->
<Association osuid="..." osgid="..."/>
</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 |