---
title: "List all users within an organization"
method: GET
path: "/users"
tags: ["public_users", "public", "Users"]
---

# List all users within an organization

`GET /users`

Organization Admin user can list all users within the same organization. Also provide filtering on a list of user IDs or/and a list of user emails.

## Query parameters

- `organizationId` string, UUID, required
- `ids` string[]
- `emails` string[]

## Response `200`

List Users.

- UsersResponse — List/Array of multiple users in an organization
  - `data` UserResponse[], required
    - `name` string, required — Name of the user
    - `id` string, uuid, required — Internal Airbyte user ID
    - `email` string, email, required

## Other responses

- `403` — Not allowed
- `404` — Not found

---

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