Use the POST method of the organization service to update the properties of an existing organization.
Method |
URL |
||
POST |
http://<host>:<port>/jasperserver-pro/rest/organization/organizationID/ |
||
Content-Type |
Content |
||
text/plain |
A well-formed tenant descriptor with updated property values for the desired organization. |
||
Return Value on Success |
Typical Return Values on Failure |
||
200 OK |
404 Not Found – When the organization ID is not found in the server. |
As with organizations managed in the user interface, only certain fields may be modified in the tenant descriptor:
• | alias – Can be used for logging in, but must be unique among all organization aliases. |
• | tenantDesc – Description of the organization, visible only to administrators. |
• | tenantName – Display name of the organization, appearing to users on the organization’s root folder. |
• | theme – The user interface theme that is active for all organization users. |