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

# List users

`GET /users`

Returns a list of users. By default, only active users are returned. Set includeDeactivated=true to include deactivated users in the response.

## Query parameters

- `includeDeactivated` boolean

## Response `200`

Successfully retrieved the list of users.

- GetUsersResponseDto
  - `users` UserDto[], required
    - `userId` string, required
    - `name` string, required
    - `email` string, email, required
    - `avatarUrl` string, nullable, required
    - `deactivatedAt` string, date-time, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized - invalid or missing authentication
- `500` — Error response

---

[API](https://skmtc.net/spott/apis/spott-webhooks.md) · [All operations](https://skmtc.net/spott/apis/spott-webhooks/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spott/spott-webhooks/versions/ad1f8c51cf0a/schema)
