---
title: "List all users"
method: GET
path: "/users"
---

# List all users

`GET /users`

Lists all users in the project.

## Query parameters

- `limit` integer
- `starting_after` string
- `ending_before` string
- `query` string

## Response `200`

OK

- UserCollection
  - `data` User[]
    - `created_at` string, date-time, nullable — The timestamp when the user was created.
    - `custom_attributes` object, nullable — Arbitrary custom values stored on the user.
    - `email` string, nullable — The primary email address of the user.
    - `external_id` string, nullable — The user identifier from an external system.
    - `first_name` string, nullable — The first name of the user.
    - `id` string, uuid — The unique identifier for the user.
    - `last_name` string, nullable — The last name of the user.
    - `last_notified_at` string, date-time, nullable — The timestamp when the user last received a notification.
    - `last_seen_at` string, date-time, nullable — The timestamp when the user last opened the inbox.
    - `updated_at` string, date-time, nullable — The timestamp when the user was last updated.
  - `links` Links
    - `first` string
    - `next` string, nullable
    - `prev` string, nullable

---

[API](https://skmtc.net/magicbell/apis/magicbell-api.md) · [All operations](https://skmtc.net/magicbell/apis/magicbell-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/magicbell/magicbell-api/revisions/8b99dca11019/schema)
