---
title: Permission Groups
---

[Skip to content](#%5Ftop) 

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

[IAM](https://developers.cloudflare.com/api/typescript/resources/iam)

Copy Markdown

Open in **Claude**

Open in **ChatGPT**

Open in **Cursor**

---

**Copy Markdown**

**View as Markdown**

# Permission Groups

##### [List Account Permission Groups](https://developers.cloudflare.com/api/typescript/resources/iam/subresources/permission%5Fgroups/methods/list)

client.iam.permissionGroups.list(PermissionGroupListParams { account\_id, id, label, 3 more } params, RequestOptionsoptions?): V4PagePaginationArray<[PermissionGroupListResponse](https://developers.cloudflare.com/api/typescript/resources/iam#%28resource%29%20iam.permission%5Fgroups%20%3E%20%28model%29%20permission%5Fgroup%5Flist%5Fresponse%20%3E%20%28schema%29) { id, meta, name } \>

GET/accounts/{account\_id}/iam/permission\_groups

##### [Permission Group Details](https://developers.cloudflare.com/api/typescript/resources/iam/subresources/permission%5Fgroups/methods/get)

client.iam.permissionGroups.get(stringpermissionGroupID, PermissionGroupGetParams { account\_id } params, RequestOptionsoptions?): [PermissionGroupGetResponse](https://developers.cloudflare.com/api/typescript/resources/iam#%28resource%29%20iam.permission%5Fgroups%20%3E%20%28model%29%20permission%5Fgroup%5Fget%5Fresponse%20%3E%20%28schema%29) { id, meta, name } 

GET/accounts/{account\_id}/iam/permission\_groups/{permission\_group\_id}

##### ModelsExpand Collapse 

PermissionGroupListResponse { id, meta, name } 

A named group of permissions that map to a group of operations against resources.

id: string

Identifier of the permission group.

meta?: Meta { key, value } 

Attributes associated to the permission group.

key?: string

value?: string

name?: string

Name of the permission group.

PermissionGroupGetResponse { id, meta, name } 

A named group of permissions that map to a group of operations against resources.

id: string

Identifier of the permission group.

meta?: Meta { key, value } 

Attributes associated to the permission group.

key?: string

value?: string

name?: string

Name of the permission group.