Primary Site Administrator

URL:
https://<root>/security/psa
Methods:
GET
Required Capability:
Access allowed with any authorized privilege
Version Introduced:
10.1

Description

The psa resource provides access to operations that 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

The following is a sample request URL used to access the psa resource:

Use dark colors for code blocksCopy
1
https://machine.domain.com/webadaptor/admin/security/psa?f=pjson

JSON Response example

Use dark colors for code blocksCopy
1
2
3
{
  "disabled": "true"
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.