removeUserFromGroup
- Home
- Users & Groups
- SvcGroups
- removeUserFromGroup
removeUserFromGroup
Removes a user from a group.
Parameters
Name | Description |
userID required | ID of the user performing the action. |
groupID required | ID of the group. |
output optional | The response output format. Accepts JSON and XML. |
Request Syntax
https://services.onesite.com/rest/svcGroups?action=removeUserFromGroup&userID=229829209&groupID=1000811&devkey=[devkey] |
JSON Response
1 2 3 4 5 6 |
{ "service":"svcGroups", "action":"removeUserFromGroup", "code":1, "message":"User Successfully Removed From Group" } |
Service Information
Service | svcGroups |
Method | removeUserFromGroup |
Type | REST |
Response Types | JSON, XML |