---
title: "List the members of the organization"
method: GET
path: "/organizations/{org-slug}/members"
tags: ["organizations"]
---

# List the members of the organization

`GET /organizations/{org-slug}/members`

List the members of the organization

## Path parameters

- `org-slug` string, required

## Response `200`

OK

- ServiceDtoMember[]
  - `email` string
  - `slug` string
  - `username` string

## Other responses

- `401` — Unauthorized
- `404` — Not found

---

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