---
title: Accounts
---

[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**

# Accounts

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

client.tenants.accounts.list(stringtenantID, RequestOptionsoptions?): SinglePage<[TenantAccount](https://developers.cloudflare.com/api/typescript/resources/tenants#%28resource%29%20tenants.accounts%20%3E%20%28model%29%20tenant%5Faccount%20%3E%20%28schema%29) { id, created\_on, name, 3 more } \>

GET/tenants/{tenant\_id}/accounts

##### ModelsExpand Collapse 

TenantAccount { id, created\_on, name, 3 more } 

id: string

created\_on: string

formatdate-time

name: string | null

settings: Settings { abuse\_contact\_email, access\_approval\_expiry, api\_access\_enabled, 3 more } 

abuse\_contact\_email: string | null

access\_approval\_expiry: string | null

formatdate-time

api\_access\_enabled: boolean | null

Deprecateddefault\_nameservers: string | null

Use [DNS Settings](https://developers.cloudflare.com/api/operations/dns-settings-for-an-account-list-dns-settings) instead. Deprecated.

enforce\_twofactor: boolean | null

Deprecateduse\_account\_custom\_ns\_by\_default: boolean | null

Use [DNS Settings](https://developers.cloudflare.com/api/operations/dns-settings-for-an-account-list-dns-settings) instead. Deprecated.

type: "standard" | "enterprise"

One of the following:

"standard"

"enterprise"

tags?: Record<string, string\>

Account tags, present only when `include_tags=true` is requested.