- URL:
- https://<root>/security/psa/enable
- Methods:
POST- Version Introduced:
- 12.0
Description
The enable operation allows administrators to manually enable the primary site administrator Account.
Request parameters
| Parameter | Details |
|---|---|
(Required) | The output format for this operation. The default value is Values: |
(Required) | Users interacting programmatically with this endpoint must generate a token that must be included as a request parameter. A token can be obtained using the Generate Token operation. |
Example usage
The following is a sample POST request for the enable operation:
POST /arcgis/admin/security/psa/enable HTTP/1.1
Host: organization.example.com:21443
Content-Type: application/x-www-form-urlencoded
Content-Length: []
token=<token>&f=pjsonJSON Response syntax
{"status": "<success | failure>"}JSON Response example
{"status": "success"}