POST
/v1/mgmt/tenant/update
Update a tenant, using a valid management key.
This API endpoint will update a tenant utilizing a valid management key. Utilizing this API endpoint will allow you to update the name or selfProvisioningDomains settings of the tenant.
Next Steps
- You can then add users to the tenant via Update User or Create User
- You can also apply sso configurations to the tenant via the SSO Management API
See also
- See Tenant Management for further details on managing tenants.
Endpoint Authentication
Use authorization bearer header with the following format:
Authorization: Bearer \<ProjectId:ManagementKey\>
Authorization
AuthorizationRequiredBearer <token>
< Project ID >:< Management Key > as bearer
In: header
Request Body
idstring
namestring
selfProvisioningDomainsarray<string>
customAttributesobject
authTypestring
| Status code | Description |
|---|---|
200 | OK |
Was this helpful?