---
title: "Get organization members"
method: GET
path: "/api/organizations/{name}/members"
tags: ["orgs"]
---

# Get organization members

`GET /api/organizations/{name}/members`

Get a list of members for the organization with optional search and pagination.

## Path parameters

- `name` string, required

## Query parameters

- `search` string
- `email` string, email
- `cursor` string
- `limit` integer

## Response `200`

Array of organization members

- object[]
  - `avatarUrl` string, required
  - `fullname` string, required
  - `isPro` boolean, required
  - `user` string, required
  - `type` 'user', required
  - `isFollowing` boolean
  - `_id` string, required
  - `role` union
    - 'admin' | 'write' | 'contributor' | 'read' | 'no_access'
    - string — Custom role name
  - `resourceGroups` object[]
    - `name` string, required
    - `id` string, required
    - `numUsers` number, required
    - `role` union, required
      - 'admin' | 'write' | 'contributor' | 'read' | 'no_access'
      - string — Custom role name
  - `twoFaEnabled` boolean
  - `verifiedEmail` string, nullable — The user's SSO email, if the org has a Team or Enterprise plan and the requester is an admin
  - `isExternalCollaborator` boolean

---

[API](https://skmtc.net/huggingface/apis/hub-api-endpoints.md) · [All operations](https://skmtc.net/huggingface/apis/hub-api-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/huggingface/hub-api-endpoints/versions/6ab9f7d9cfb5/schema)
