Manage Tenant Custom Attributes
Updates, gets, and deletes tenant custom attributes.
Gets the custom attribute types and respective values.
Path Parameters
- attributeId
Custom attribute uuid
- clientId
Describes the clientId of the tenant
Responses
- id
Custom attribute Id
- name
Custon attribute bame
- description
- customAttributeValues
Values of Custom Attribute
- organization
The tenant to which custom attribute is associated
Loading Examples...
Updates the description and adds new values to a custom attribute.
Path Parameters
- attributeId
Custom attribute uuid
- clientId
Describes the clientId of the tenant
Request Body
application/json
- id
Custom attribute Id
- name
Custon attribute bame
- description
- customAttributeValues
Values of Custom Attribute
- organization
The tenant to which custom attribute is associated
Loading Examples...
Responses
- id
- name
- description
Loading Examples...
Deletes the tenant custom attribute.
Path Parameters
- attributeId
Custom attribute uuid
- clientId
Describes the clientId of the tenant