Unify and manage your data

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"
}				
Table 1. Parameters
NameRequiredDescription
HeadersContent-TypeYesThe parameter headers must be "Content-Type: application/json".
Url Param tenant_idYesRepresents the Tenant Id (name).
Body YesRepresents the JSON with the tenant name.

Response

PUT {environmentURL}/reltio/tenants/{tenant_id}/name
{
   "value" : "New tenant name"
}