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

# Retrieve users

`GET /v1/users`

Retrieve all users in your workspace

## Query parameters

- `limit` number
- `page` number

## Response `200`

Retrieve all users

- UsersResponse[]
  - `requestId` string
  - `resource` string
  - `data` UsersData[]
    - `id` string
    - `firstName` string
    - `lastName` string
    - `email` string — The email address of the user

## Other responses

- `500` — Internal server error. Unable to get users.

---

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