removeGroupFromTier
- Home
- Users & Groups
- SvcTier
- removeGroupFromTier
removeGroupFromTier
Removes a group from a tier.
Parameters
Name | Description |
groupID optional | The identifier for the group whose tier information you are editing. |
nodeID optional | The identifier for the node associated with this user/group and tier. |
tierID optional | The identifier for the tier you are applying. |
output optional | The response output format. Accepts JSON and XML. |
Request Syntax
https://services.onesite.com/rest/svcTier?action=removeGroupFromTier&nodeID=188234&groupID=1000811&tierID=35961&devkey=[devkey] |
JSON Response
1 2 3 4 5 6 |
{ "service":"svcTier", "action":"removeGroupFromTier", "code":1, "message":"Group Successfully Removed From Tier" } |
Service Information
Service | svcTier |
Method | removeGroupFromTier |
Type | REST |
Response Types | JSON, XML |