---
title: "List users"
method: GET
path: "/users"
tags: ["users"]
---

# List users

`GET /users`

List users

## Response `200`

List users

- 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; 17 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 `items/questLogStep` from the response with the `200` status
  - removed the required property `items/questLogStepSeen` from the response with the `200` status
  - removed the optional property `items/tutorials` from the response with the `200` status
- **2024-02-25** `2a77cd72324f` — 2 breaking, 3 info
  - removed the required property `items/onboardingSelection` from the response with the `200` status
  - removed the required property `items/onboardingSelectionOther` from the response with the `200` status
  - added the optional property `items/tutorials` to the response with the `200` status
  - removed the `ENABLE_ENFORCEMENT_CREATE_PROTECTED_SERVICE` enum value from the `items/questLogStep` response property for the response status `200`
  - …1 more
- **2023-12-14** `cb8a8be8d236` — 4 info
  - added the required property `items/onboardingSelection` to the response with the `200` status
  - added the required property `items/onboardingSelectionOther` to the response with the `200` status
  - added the required property `items/questLogStep` to the response with the `200` status
  - added the required property `items/questLogStepSeen` to the response with the `200` status
- …earlier changes not shown

[Full history](https://skmtc.dev/otterize/apis/otterize-api-server/changes/users/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)
