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

# List all Users

`GET /users`

List all users within your Sequence account.

## Query parameters

- `limit` integer
- `after` string
- `before` string

## Headers

- `Authorization` string, required
- `Sequence-Version` '2024-07-30'

## Response `200`

OK

- ListSequenceUsersResponse
  - `items` SequenceUserResponse[], required — A list of users.
    - `id` string, required — The unique ID of this user.
    - `email` string, required — The email address of this user.
    - `sequenceAccountIds` string[], required — A list of Sequence account IDs. These account IDs represent the accounts this user has access to.
    - `state` string, required — The state of this user.
    - `roles` Role[], required — The roles assigned to this user for the current Sequence account.
  - `pagination` PaginationResponse, required — Results pagination
    - `after` string, nullable — Copy this value to the `after` parameter of your next request to retrieve the next page of results
    - `before` string, nullable — Copy this value to the `before` parameter of your next request to retrieve the next page of results
    - `totalResultSize` integer, nullable — Total number of entries across all pages

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

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