---
title: Organizations
---

[Skip to content](#%5Ftop) 

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

[User](https://developers.cloudflare.com/api/typescript/resources/user)

Copy Markdown

Open in **Claude**

Open in **ChatGPT**

Open in **Cursor**

---

**Copy Markdown**

**View as Markdown**

# Organizations

##### [List Organizations](https://developers.cloudflare.com/api/typescript/resources/user/subresources/organizations/methods/list)

Deprecated

client.user.organizations.list(OrganizationListParams { direction, match, name, 4 more } query?, RequestOptionsoptions?): V4PagePaginationArray<[Organization](https://developers.cloudflare.com/api/typescript/resources/user#%28resource%29%20user.organizations%20%3E%20%28model%29%20organization%20%3E%20%28schema%29) { id, name, permissions, 2 more } \>

GET/user/organizations

##### [Organization Details](https://developers.cloudflare.com/api/typescript/resources/user/subresources/organizations/methods/get)

Deprecated

client.user.organizations.get(stringorganizationID, RequestOptionsoptions?): [OrganizationGetResponse](https://developers.cloudflare.com/api/typescript/resources/user#%28resource%29%20user.organizations%20%3E%20%28model%29%20organization%5Fget%5Fresponse%20%3E%20%28schema%29)

GET/user/organizations/{organization\_id}

##### [Leave Organization](https://developers.cloudflare.com/api/typescript/resources/user/subresources/organizations/methods/delete)

Deprecated

client.user.organizations.delete(stringorganizationID, RequestOptionsoptions?): [OrganizationDeleteResponse](https://developers.cloudflare.com/api/typescript/resources/user#%28resource%29%20user.organizations%20%3E%20%28model%29%20organization%5Fdelete%5Fresponse%20%3E%20%28schema%29) { id } 

DELETE/user/organizations/{organization\_id}

##### ModelsExpand Collapse 

Organization { id, name, permissions, 2 more } 

id?: string

Identifier

maxLength32

minLength32

name?: string

Organization name.

maxLength100

permissions?: Array<[Permission](https://developers.cloudflare.com/api/typescript/resources/$shared#%28resource%29%20%24shared%20%3E%20%28model%29%20permission%20%3E%20%28schema%29)\>

Access permissions for this User.

roles?: Array<string\>

List of roles that a user has within an organization.

status?: [Status](https://developers.cloudflare.com/api/typescript/resources/accounts#%28resource%29%20accounts.members%20%3E%20%28model%29%20status%20%3E%20%28schema%29)

Whether the user is a member of the organization or has an invitation pending.

OrganizationGetResponse \= unknown

OrganizationDeleteResponse { id } 

id?: string

Identifier

maxLength32

minLength32