Skip To Content

Update PSA

  • URL:https://<security-url>/psa/update(POST only)
  • Required Capability:Administrator
  • Version Introduced:11.1

Description

You can use this operation to change the account properties of the primary site administrator.

Request Parameters

ParameterDetails
username

(Optional)

You can optionally provide a new name for the primary site administrator account.

password

(Optional)

The updated password for the primary site administrator account.

f

(Optional)

The response format. The default response format is html.

Values: html | json | pjson

Example usage

Below is a sample request URL for the update operation:


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

username=agsadmin&password=newSecret&f=json

JSON Response Example

{"status": "success"}