---
title: "List users"
method: GET
path: "/api/ee/users"
tags: ["Enterprise (EE)"]
---

# List users

`GET /api/ee/users`

Returns all members of the organization. Only organization owners can access this endpoint.

## Response `200`

List of organization members.

- PublicEeUser[]
  - `id` string, required
  - `name` string, nullable, required
  - `email` string, required
  - `role` 'OWNER' | 'MEMBER', required
  - `suspendedAt` string, date-time, nullable, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required
  - `lastActivityAt` string, date-time, nullable, required

## Other responses

- `403` — Insufficient permissions or entitlement not enabled.
- `500` — Unexpected failure.

---

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