---
title: "Lists all of the users in the organization."
method: GET
path: "/organization/users"
tags: ["Users"]
---

# Lists all of the users in the organization.

`GET /organization/users`

## Query parameters

- `limit` integer
- `after` string
- `emails` string[]

## Response `200`

Users listed successfully.

- UserListResponse
  - `object` 'list', required
  - `data` User[], required
    - `object` 'organization.user', required — The object type, which is always `organization.user`
    - `id` string, required — The identifier, which can be referenced in API endpoints
    - `name` string, required — The name of the user
    - `email` string, required — The email address of the user
    - `role` 'owner' | 'reader', required — `owner` or `reader`
    - `added_at` integer, required — The Unix timestamp (in seconds) of when the user was added.
  - `first_id` string, required
  - `last_id` string, required
  - `has_more` boolean, required

## Changes

- **2025-01-31** `fc164a27fdb9` — 1 info
  - added the new optional `query` request parameter `emails`
- **2024-08-23** `5856f8b0c850` — 1 breaking, 13 warning, 11 info
  - the `data/items/added_at` response's property type/format changed from `integer`/`unixtime` to `integer`/`` for status `200`
  - deleted the `query` request parameter `emails`
  - removed the optional property `data/items/api_key_last_used_at` from the response with the `200` status
  - removed the optional property `data/items/created` from the response with the `200` status
  - …21 more

[Change history](https://skmtc.dev/openai/apis/openapi/changes/organization/users/get.md)

---

[API](https://skmtc.dev/openai/apis/openapi.md) · [All operations](https://skmtc.dev/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openai/openapi/revisions/41844462b873/schema)
