---
title: "Get User"
method: GET
path: "/api/0/users/{user_id}/"
---

# Get User

`GET /api/0/users/{user_id}/`

## Path parameters

- `user_id` union, required
  - 'me'
  - integer

## Response `200`

OK

- UserDetailSchema
  - `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
  - `chatwootIdentifierHash` 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)
