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

# List Users

`GET /users/list`

## Response `200`

Successful Response

- ListUsersResponse
  - `items` UserResponse[], required
    - `type` 'user'
    - `user_id` string, required
    - `name` string, required
    - `email` string, required
    - `picture` string, nullable
    - `picture_file_id` string, int64, nullable
    - `user_type` 'USER' | 'M2M', required
    - `last_sign_in_at` string, date-time, nullable
  - `cursor` string, nullable, required — Cursor with which the next page of entries can be retrieved. If no cursor is returned, no further pages exist.

---

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