---
title: "Get user"
method: GET
path: "/users/{id}"
tags: ["users"]
---

# Get user

`GET /users/{id}`

Get user

## Path parameters

- `id` string, id, required

## Response `200`

Get user

- User
  - `authProviderUserId` string, required
  - `email` string, required
  - `id` string, required
  - `imageURL` string, required
  - `name` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `408` — Request Timeout
- `409` — Conflict
- `422` — Unprocessable Entity
- `500` — Internal Server Error
- `default`

## Changes

> 33 revisions in range; 1 could not be searched.

- **2025-04-16** `6b4369907cb8` — 1 info
  - added the non-success response with the status `408`
- **2024-10-21** `7aec65a7fcfd` — 2 breaking, 1 warning
  - removed the required property `questLogStep` from the response with the `200` status
  - removed the required property `questLogStepSeen` from the response with the `200` status
  - removed the optional property `tutorials` from the response with the `200` status
- **2024-02-25** `2a77cd72324f` — 2 breaking, 3 info
  - removed the required property `onboardingSelection` from the response with the `200` status
  - removed the required property `onboardingSelectionOther` from the response with the `200` status
  - added the optional property `tutorials` to the response with the `200` status
  - removed the `ENABLE_ENFORCEMENT_CREATE_PROTECTED_SERVICE` enum value from the `questLogStep` response property for the response status `200`
  - …1 more
- **2023-12-14** `cb8a8be8d236` — 4 info
  - added the required property `onboardingSelection` to the response with the `200` status
  - added the required property `onboardingSelectionOther` to the response with the `200` status
  - added the required property `questLogStep` to the response with the `200` status
  - added the required property `questLogStepSeen` to the response with the `200` status
- …earlier changes not shown

[Full history](https://skmtc.dev/otterize/apis/otterize-api-server/changes/users/:id/get.md)

---

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