- URL:
- https://<root>/security/psa/update
- Methods:
- POST
- Required Capability:
- Access allowed only with the default administrator role
- Version Introduced:
- 10.1
Description
The update operation changes the account properties of the primary site administrator account.
Request parameters
| Parameter | Details | 
|---|---|
| 
 | You can optionally provide a new name for the primary site administrator account. Example  | 
| 
 | The password for the new primary site administrator account. Example  | 
| 
 | The response format. The default response format is  Values:  | 
Example usage
The following is a sample POST request 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=pjsonJSON Response example
{"status": "success"}