---
title: "GET /orgs/{org_id}/users"
method: GET
path: "/orgs/{org_id}/users"
tags: ["orgs"]
---

# GET /orgs/{org_id}/users

`GET /orgs/{org_id}/users`

List users in an organization

## Path parameters

- `org_id` string, required

## Query parameters

- `q` string, nullable
- `page_token` string, nullable

## Response `200`

Users listed successfully

- ListOrgUsersResBody
  - `next_page_token` string, nullable — Token to fetch the next page, or null if this is the last page
  - `org_users` OrgUser[], required — List of users in the organization
    - `email` string, required — User's email address
    - `id` string, nullable — Unique user identifier. Null for pending invites that haven't been accepted yet
    - `name` string, nullable — User's display name
    - `photo_url` string, nullable — URL of the user's profile photo
    - `role` string, required — User's role in the organization

## Changes

- **2026-03-16** `eb2c08128881` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/timbal-ai/apis/timbal-platform-api/changes/orgs/:org_id/users/get.md)

---

[API](https://skmtc.dev/timbal-ai/apis/timbal-platform-api.md) · [All operations](https://skmtc.dev/timbal-ai/apis/timbal-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/timbal-ai/timbal-platform-api/revisions/bee7dcae732e/schema)
