---
title: "List users alias"
method: GET
path: "/users/_list"
tags: ["Users"]
deprecated: true
---

# List users alias

`GET /users/_list`

> **Deprecated.**

Backward-compatible alias for the private user list endpoint.

## 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)
