Unify and manage your data

Show Page Sections

Set tenant name

Learn how to set a new name (not ID) for the tenant.

Request

{environmentURL}/reltio/tenants/{tenant_id}/name { "value": "New tenant name" }
Table 1. Parameters
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" }
Was this content helpful?