Skip To Content
ArcGIS Developer
Dashboard

Primary Site Administrator

Description

Through the Primary Site Administrator (psa) resource you can configure the credentials and the login privileges of the primary site administrator account. This account is stored within server and can be used to log into the server and perform administrative workflows. Use the update operation to change the name and the password for the account. However, if you don't want to use this default administrative account (and prevent anybody from using it to log into Manager), you can use the disable operation to disable the login capabilities of the account. The JSON response for this resource returns if this account has been disabled or not.

Request parameters

ParameterDetails
f

The response format. The default response format is html.

Values: html | json | pjson

Example usage

Below is a sample request URL for the psa resource:

https://machine.domain.com/webadaptor/admin/security/psa?f=json

JSON Response example


{
  "disabled": "true"
}