---
title: "Get user by ID"
method: GET
path: "/users/{userId}"
---

# Get user by ID

`GET /users/{userId}`

Get a user by ID

## Path parameters

- `userId` string, required

## Response `200`

Ok

- User
  - `organizationRole` string — Role of the user in the organization
  - `isGuest` boolean — Whether the user is a guest
  - `archivedAt` string, date-time, nullable — Whether the user is archived
  - `displayName` string, required — Display name of the user
  - `email` string, required — Email address of the user
  - `id` string, required — User ID

## Other responses

- `401` — Invalid authentication
- `404` — User not found
- `429` — Rate limitation error
- `default` — Unexpected error

---

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