Skip to content
Start here

Entitlements

List tenant entitlements
GET/tenants/{tenant_id}/entitlements
ModelsExpand Collapse
TenantEntitlements object { allow_add_subdomain, allow_auto_accept_invites, cname_setup_allowed, 3 more }
allow_add_subdomain: object { type, value }
type: "bool"
value: boolean
allow_auto_accept_invites: object { type, value }
type: "bool"
value: boolean
cname_setup_allowed: object { type, value }
type: "bool"
value: boolean
custom_entitlements: array of object { allocation, feature }
allocation: object { type, value } or object { type, value } or object { type, value }
One of the following:
OrganizationsAPIMaxCountAllocation object { type, value }
type: "max_count"
value: number
OrganizationsAPIBoolAllocation object { type, value }
type: "bool"
value: boolean
OrganizationsAPINullAllocation object { type, value }
type: ""
value: optional unknown
feature: object { key }
key: string
mhs_certificate_count: object { type, value }
type: "max_count"
value: number
partial_setup_allowed: object { type, value }
type: "bool"
value: boolean