User API
GET User (Details)
The GET User Details API allows you to retrieve user details matching the given parameters. On the Cloud, this API is available via SSL-secured HTTPS connection using the REST GET verb. The format query string parameter controls the desired response ...
DELETE User
The DELETE User API allows you to delete an existing user. On the Cloud, this API is available via SSL-secured HTTPS connection using the REST GET verb. The format query string parameter controls the desired response format. Specify either XML or ...
PUT User
The PUT User API allows you to update an existing user. On the Cloud, this API is available via SSL-secured HTTPS connection using the REST GET verb. The format query string parameter controls the desired response format. Specify either XML or JSON. ...
POST User
The POST User API allows you to create a new user. On the Cloud, this API is available via SSL-secured HTTPS connection using the REST GET verb. The format query string parameter controls the desired response format. Specify either XML or JSON. ...
GET User (User Search)
The GET verb on the User API finds all users matching the given parameters. The User API allows various usage scenarios, allowing you to update/delete/create users from 3rd party systems using the API. On the Cloud, this API is available via ...