---
title: "List users"
method: GET
path: "/organization/users"
tags: ["Users"]
---

# List users

`GET /organization/users`

Lists all of the users in the organization.

## 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

- **2026-04-28** `fa32d6e7d961` — 1 info
  - the endpoint scheme security `AdminApiKeyAuth` was added to the API

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

---

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