Get tenant name
Learn how to retrieve the tenant display name using the System Administration API.
Access
The following roles can retrieve the tenant display name:
ROLE_ADMIN_USERROLE_APIROLE_ADMIN_TENANT
Request
GET {environmentURL}/reltio/tenants/{tenant_id}/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). |
Response
GET {environmentURL}/reltio/tenants/{tenant_id}/name
{
"value" : "current tenant name"
}