Root organization configuration
Update the information relating to the main organization in the Manager.
Request
Security
| Any | Super User | System Admin | Security Admin | Operator |
|---|---|---|---|---|
| superUser | systemAdmin |
HTTP method
POST /manager/api/{apiResponseType}/1.0/editSystemRootOrganizationConfiguration.adm HTTP/1.1
Host:{manager.dsnet}
name={string}&address={string}&city={string}&state={string}&zip={string}&country={string}&contactName={string}&phone={string}&email={string}&fax={string}
Curl method
curl -u {admin}:{password}
-k 'https://{manager.dsnet}/manager/api/{apiResponseType}/1.0/editSystemRootOrganizationConfiguration.adm'
-d 'name={string}&address={string}&city={string}&state={string}&zip={string}&country={string}
&contactName={string}&phone={string}&email={string}&fax={string}'
Parameters
| Parameter | Type | Usage | Default | Description |
|---|---|---|---|---|
| name | String | Required | The name to give the main organization. This is used across the Manager application and UI. | |
| address | String | Optional | An address to assign to the main organization. | |
| city | String | Optional | A city to assign to the main organization. | |
| state | String | Optional | A state to assign to the main organization. | |
| zip | String | Optional | A zip code to assign to the main organization. | |
| country | String | Optional | A country to assign to the main organization. | |
| contactName | String | Optional | The name of a contact assigned to the main organization. | |
| phone | String | Optional | A phone number to assign to the main organization. | |
| String | Optional | An email address to assign to the main organization. | ||
| fax | String | Optional | A fax number to assign to the main organization. |
Response
Returns success or failure status.
JSON response example
Default JSON success or failure response that is shown in Default JSON success response and Default JSON failure response.
Parameters
None other than the default response parameters shown in Common response parameters.