Skip To Content
ArcGIS Developer
Dashboard

Disable Primary Site Administrator

Description

This operation disables login privileges for the primary site administrator account. This operation can only be invoked by an administrator in the system. To re-enable this account, use the Enable Primary Site Administrator operation.

Caution:
Once disabled, you cannot use the primary site administrator account to log into Manager. Therefore, you should disable this account only if you have other administrators in the system. If you are currently logged into the Administrator Directory using the primary site administrator account, you will need to log back in with another administrative account.

Request parameters

ParameterDetails
f

The response format. The default response format is html.

Values: html | json| pjson

Example usage

Below is a sample POST request for disable:


POST /webadaptor/admin/security/psa/disable HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []

f=json

JSON Response example

{"status": "success"}