Unify and manage your data

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_USER
  • ROLE_API
  • ROLE_ADMIN_TENANT

Request

GET {environmentURL}/reltio/tenants/{tenant_id}/name
Table 1. Parameters
NameRequiredDescription
HeadersContent-TypeYesThe parameter headers must be "Content-Type: application/json".
URL Param tenant_id YesRepresents the Tenant Id (name).

Response

GET {environmentURL}/reltio/tenants/{tenant_id}/name
{
   "value" : "current tenant name"
}