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.
Request parameters
| Parameter | Details |
|---|---|
(Required) | The output format for this operation. The default value is Values: |
(Required) | Users interacting programmatically with this endpoint must generate a token that must be included as a request parameter. A token can be obtained using the Generate Token operation. |
Response properties
| Property | Details |
|---|---|
| The Values: |
| The username associated with the primary site administrator account. |
Example usage
The following is a sample request URL used to access the psa operation:
https://organization.example.com/video/admin/security/psa?f=pjsonJSON Response syntax
{
"disabled": "<True | False>",
"username": "<Primary Site Administrator Account Name>"
}JSON Response example
{
"disabled": false,
"username": "videoadmin"
}