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

# List all users

`GET /users`

Returns a list of active users from your organization.

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

Successful user list request

- UserList
  - `pagination` Pagination
    - `limit` integer, required
    - `page` integer, required
    - `total` integer
    - `next_page` string, required
  - `content` UserForList[]
    - `first_name` string
    - `last_name` string
    - `email` string
    - `title` string
    - `mobile_phone` string
    - `profile_image_url` string

## Other responses

- `401` — API key is missing or invalid, or a restricted country was selected

---

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