FRAMES | NO FRAMES Description | Parameters | Response
URL:http://server:port/arcgis/admin/security/psa
HTTP Method:GET
Parent Resource: Security
Child Resources: Update Primary Site Administrator   Enable Primary Site Administrator   Disable Primary Site Administrator  

Description

Through the Primary Site Administrator 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.

Parameters

Parameter Description
f The response format. The default response format is html.
Values: html | json

Response Format

{
	"disabled": "<true|false>"
}