---
title: "List organization users"
method: GET
path: "/api/v0/organization/users"
tags: ["Organization"]
---

# List organization users

`GET /api/v0/organization/users`

Returns a paginated list of users in the Factory organization.

## Query parameters

- `limit` string — Maximum number of items to return (1-100)
- `cursor` string — Cursor for pagination

## Response `200`

Response for status 200

- ListOrganizationUsers200ResponseBody
  - `users` object[], required — List of users
    - `id` string, required — WorkOS user ID
    - `email` string, email, required — User email address
    - `firstName` string — User first name
    - `lastName` string — User last name
    - `createdAt` string, required — ISO 8601 timestamp of user creation
    - `lastSignInAt` string — ISO 8601 timestamp of last sign in
    - `metadata` object, required — Custom metadata for the user
  - `pagination` object, required
    - `hasMore` boolean, required — Whether there are more items after this page
    - `nextCursor` string, nullable, required — Cursor to use for the next page, null if no more pages

## Other responses

- `401` — Response for status 401
- `403` — Response for status 403
- `500` — Response for status 500

---

[API](https://skmtc.net/factory/apis/factory-public-api.md) · [All operations](https://skmtc.net/factory/apis/factory-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factory/factory-public-api/versions/684f94d47ca9/schema)
