Manage Tenant Custom Attributes
Updates, gets, and deletes tenant custom attributes.
delete
/api/v2/tenants/{clientId}/customAttributes/{attributeId}
Deletes the tenant custom attribute.
Path Parameters
- attributeId
Custom attribute uuid
- clientId
Describes the clientId of the tenant
get
/api/v2/tenants/{clientId}/customAttributes/{attributeId}
Gets the custom attribute types and respective values.
Path Parameters
- attributeId
Custom attribute uuid
- clientId
Describes the clientId of the tenant
00
post
/api/v2/tenants/{clientId}/customAttributes/{attributeId}
Updates the description and adds new values to a custom attribute.
Path Parameters
- attributeId
Custom attribute uuid
- clientId
Describes the clientId of the tenant
00
00