---
title: "List organization members"
method: GET
path: "/orgs/{name}/members"
tags: ["Orgs"]
---

# List organization members

`GET /orgs/{name}/members`

Retrieve a org's members

## Path parameters

- `name` string, required

## Response `200`

Retrieved

- OrganizationMemberList — A list response from a pagination request
  - `page` integer, required — The current page the pagination request is on
  - `per_page` integer, required — The number of pages per pagination request
  - `next_page` integer — The next page, if this on is not the last
  - `page_count` integer, required — The total number of pages
  - `total_count` integer, required — The total number of resources matching the list request
  - `resources` OrganizationMember[], required
    - `user` UserPublic, required
      - `name` string — The display name for this user
      - `username` string, required — The lowercase account name for this user
      - `description` string — A short description of the user
      - `picture` string — URL to the picture associated with this user
    - `role` 'owner' | 'member', required — An enumeration.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pollination/apis/pollination-server.md) · [All operations](https://skmtc.net/pollination/apis/pollination-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pollination/pollination-server/revisions/c1f3c6d96b31/schema)
