Removing a User from Group(s)
The RemoveUserFromGroups function is used to remove a user from one or more groups.
GET /Remote/RemoveUserFromGroups
REQUEST PARAMETERS
Parameter | Type | Description | Required |
---|---|---|---|
id | long | ID of user to be removed from group(s). | |
groups | string | A comma-delimited list of group IDs. User will be removed from these groups. |
EXAMPLE REQUEST
https://my.maplarge.com/Remote/RemoveUserFromGroups?mluser=user@domain.com&mltoken=token&id=8563&groups=77,33,22
*Either a token or password can be used in any request where authentication is required.
RETURNS
{ "id": "05510369be644692b9d1527ee1be243f", "hash": null, "success": true, "isCached": false, "authorized": true, "errors": [], "timestamp": 1420568624, "data": null, "userid": 8563 }
ACTION SPECIFIC RESPONSE PARAMETERS
Parameter | Type | Description |
---|---|---|
userid | long | ID of the user that has been removed from group(s). |