Tenant

Manage tenant settings.

Get all tenant settings.

get

Retrieve all tenant settings.

Authorizations
AuthorizationstringRequired

Bearer authentication

Query parameters
excludeMigratedbooleanOptional

When true, excludes settings that have been migrated to external services (e.g., Identity Manager).

Default: false
Responses
chevron-right
200

The complete set of tenant settings.

application/json
activebooleanOptionalExample: true
categorystringOptionalExample: Department
descriptionstringOptionalExample: Enable the department feature
sourcestringOptionalExample: Tenant
labelstringOptionalExample: Show departments
stagestringOptionalExample: Beta
typestringOptionalExample: Boolean
keystringOptionalExample: department.use
valuestringOptionalExample: true
get
/v1/k8s/setting

Update a tenant setting.

put

Use to update tenant settings.

Authorizations
AuthorizationstringRequired

Bearer authentication

Body
keystringOptionalExample: department.use
valueanyOptionalExample: true
Responses
chevron-right
200

The updated tenant setting.

application/json
msgstringOptionalExample: done
put
/v1/k8s/setting

Get a tenant setting by key.

get

Retrieve a specific tenant setting by key.

Authorizations
AuthorizationstringRequired

Bearer authentication

Path parameters
settingKeystringRequired
Responses
chevron-right
200

The requested setting.

application/json
booleanOptional

A boolean value that indicates if the requested setting is enabled.

get
/v1/k8s/setting/{settingKey}

Last updated