---
title: Entitlements
---

[Skip to content](#%5Ftop) 

[API Reference](https://developers.cloudflare.com/api/typescript)

[Tenants](https://developers.cloudflare.com/api/typescript/resources/tenants)

Copy Markdown

Open in **Claude**

Open in **ChatGPT**

Open in **Cursor**

---

**Copy Markdown**

**View as Markdown**

# Entitlements

##### [List tenant entitlements](https://developers.cloudflare.com/api/typescript/resources/tenants/subresources/entitlements/methods/get)

client.tenants.entitlements.get(stringtenantID, RequestOptionsoptions?): [TenantEntitlements](https://developers.cloudflare.com/api/typescript/resources/tenants#%28resource%29%20tenants.entitlements%20%3E%20%28model%29%20tenant%5Fentitlements%20%3E%20%28schema%29) { allow\_add\_subdomain, allow\_auto\_accept\_invites, cname\_setup\_allowed, 3 more } 

GET/tenants/{tenant\_id}/entitlements

##### ModelsExpand Collapse 

TenantEntitlements { allow\_add\_subdomain, allow\_auto\_accept\_invites, cname\_setup\_allowed, 3 more } 

allow\_add\_subdomain: AllowAddSubdomain { type, value } 

type: "bool"

value: boolean

allow\_auto\_accept\_invites: AllowAutoAcceptInvites { type, value } 

type: "bool"

value: boolean

cname\_setup\_allowed: CNAMESetupAllowed { type, value } 

type: "bool"

value: boolean

custom\_entitlements: Array<CustomEntitlement\> | null

allocation: OrganizationsAPIMaxCountAllocation { type, value } | OrganizationsAPIBoolAllocation { type, value } | OrganizationsAPINullAllocation { type, value } 

One of the following:

OrganizationsAPIMaxCountAllocation { type, value } 

type: "max\_count"

value: number

OrganizationsAPIBoolAllocation { type, value } 

type: "bool"

value: boolean

OrganizationsAPINullAllocation { type, value } 

type: ""

value?: unknown

feature: Feature { key } 

key: string

mhs\_certificate\_count: MhsCertificateCount { type, value } 

type: "max\_count"

value: number

partial\_setup\_allowed: PartialSetupAllowed { type, value } 

type: "bool"

value: boolean