Legacy | Activate User

Request syntax

Copy

https://mycloud.perfectomobile.com/services/users/<userID>?operation=activate&securityToken=value

Parameters

Name Type Default Description
securityToken* string
A unique cryptographic key assigned to an authorized user.
user string

Deprecated. The name of the user running the operation.

Important: All REST API commands require authentication through the Perfecto security token. See also Authentication in new APIs.
password string

Deprecated. The password for the user.

Important: All REST API commands require authentication through the Perfecto security token. See also Authentication in new APIs.
responseFormat string json

The format of the response: Either json or xml.

* Mandatory parameter

Response

Name Description
status success if the operation completed successfully; otherwise failure.

Example

This example shows the request for activating user JohnSmith.

Copy

Request

https://mycloud.perfectomobile.com/services/users/JohnSmith?operation=activate&securityToken=<your_token>
Copy
Response
{
    "status":"success"}