addUserToTier
- Home
- Users & Groups
- SvcTier
- addUserToTier
addUserToTier
Inserts a user into a tier.
Parameters
Name | Description |
userID required | The identifier for the user 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=addUserToTier&nodeID=188234&userID=229829209&tierID=35961&devkey=[devkey] |
JSON Response
1 2 3 4 5 6 |
{ "service":"svcTier", "action":"addUserToTier", "code":1, "message":"User Successfully Added To Tier" } |
Service Information
Service | svcTier |
Method | addUserToTier |
Type | REST |
Response Types | JSON, XML |