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 |
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. |