---
title: "List Users"
method: GET
path: "/api/0/users/"
---

# List Users

`GET /api/0/users/`

Exists in Sentry OSS, unsure what the use case is
We make it only list the current user

## Query parameters

- `limit` integer, nullable — Number of results to return per page.
- `cursor` string, nullable — The pagination cursor value.

## Response `200`

OK

- UserSchema[]
  - `id` string, required
  - `options` UserOptions, required
    - `timezone` string, nullable
    - `stacktraceOrder` integer, nullable
    - `language` string, nullable
    - `clock24Hours` boolean, nullable
    - `preferredTheme` string, nullable
  - `username` string, email, required
  - `dateJoined` string, date-time, required
  - `email` string, email, required
  - `hasPasswordAuth` boolean, required
  - `identities` SocialAccountSchema[], required
    - `email` string, email, nullable, required
    - `username` string, nullable, required
    - `id` integer, nullable
    - `provider` string, required
    - `uid` string, required
    - `lastLogin` string, date-time, required
    - `dateJoined` string, date-time, required
  - `lastLogin` string, date-time, nullable
  - `isSuperuser` boolean — Designates that this user has all permissions without explicitly assigning them.
  - `isActive` boolean — Designates whether this user should be treated as active. Unselect this instead of deleting accounts.
  - `name` string, nullable

---

[API](https://skmtc.net/glitchtip/apis/glitchtip-api.md) · [All operations](https://skmtc.net/glitchtip/apis/glitchtip-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/glitchtip/glitchtip-api/revisions/45e129df1cfc/schema)
