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

# GET /orgs/{org_id}/iam/users

`GET /orgs/{org_id}/iam/users`

List members of an organization.

## Path parameters

- `org_id` string, required

## Query parameters

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

## Response `200`

Organization members

- 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 only for legacy pending invites created before invites allocated a user up front; use `pending` to detect not-yet-registered members.
    - `name` string, nullable — User's display name
    - `pending` boolean, required — True when the member was invited but hasn't completed signup yet. Such members can still have roles assigned ahead of their first login.
    - `photo_url` string, nullable — URL of the user's profile photo
    - `role` string, required — Legacy single-role text. Kept for backward compatibility; new integrations should rely on `roles`.
    - `roles` RolePreview[], required — Roles currently attached to this membership. Empty for members with no role attachments (including freshly invited users).
      - `created_at` string, date-time, required
      - `description` string, nullable
      - `id` string, required
      - `name` string, required — Role name. Unique per `(org_id)` for custom roles, globally unique for system roles.
      - `source` 'system' | 'custom', required — Whether a role is a built-in preset or defined by the organization. `system` roles are read-only; `custom` roles can be edited or deleted by an organization admin.
      - `updated_at` string, date-time, required

## Other responses

- `403` — Insufficient permissions

## Changes

- **2026-07-03** `e1c81d0f4235` — 1 info
  - added the required property `org_users/items/pending` to the response with the `200` status
- **2026-06-05** `45de91fcec33` — 1 info
  - endpoint added
- **2026-03-16** `eb2c08128881` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/timbal-ai/apis/timbal-platform-api/changes/orgs/:org_id/iam/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/dd7e398ce0d3/schema)
