Tenants
Update Tenant
PUT
/
tenants
/
{tenant_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
tenant_id
integer
requiredBody
application/json
description
string
requiredThe Tenant's purpose / description
industry
enum<string>
requiredThe Tenant's industry
Available options:
global
, transport
, education
, energy
, finance
, healthcare
, manufacturing
, retail
, software
, telecommunication
name
string
requiredThe Tenant display name
type
string
requiredThe Tenant's type
permissions
string[]
Response
200 - application/json
identifier_count
integer
tenant
object
user_count
integer
Was this page helpful?