Set tenant name
Learn how to set or update the tenant display name using the System Administration API.
Only users with the ROLE_ADMIN_TENANT role can set the tenant name.
Request
{environmentURL}/reltio/tenants/{tenant_id}/name
{
"value": "New tenant name"
} | Name | Required | Description | |
|---|---|---|---|
| Headers | Content-Type | Yes | The parameter headers must be "Content-Type: application/json". |
| Url Param | tenant_id | Yes | Represents the Tenant Id (name). |
| Body | Yes | Represents the JSON with the tenant name. | |
Response
PUT {environmentURL}/reltio/tenants/{tenant_id}/name
{
"value" : "New tenant name"
}