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

# List users

`GET /v1/users`

## Query parameters

- `cursor` string
- `limit` unknown

## Response `200`

List of users

- ListUsersResponseDto
  - `results` User[], required
    - `id` string, required
    - `object` string, required
    - `attributes` object, required
    - `createdAt` string, required
    - `companies` string[], nullable, required
    - `memberships` string[], nullable, required
  - `next` string, nullable, required
  - `previous` string, nullable, required

---

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