---
title: "List all users for an organization"
method: GET
path: "/v1/{org_name}/users"
tags: ["Users"]
---

# List all users for an organization

`GET /v1/{org_name}/users`

## Path parameters

- `org_name` string, required

## Response `200`

A list of users in the organization

- object[]
  - `name` string, required
  - `email` string, required
  - `role` string, required

## Other responses

- `403` — The user is not an admin of the organization or doesn't belong to the organization.
- `404` — Record Not Found

---

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