---
title: "Lists users in the workspace"
method: GET
path: "/v1/users"
---

# Lists users in the workspace

`GET /v1/users`

Returns the workspace's members. Only actual joined members are returned; service accounts, invited users, and pending join requests are excluded.

## Query parameters

- `cursor` string, nullable
- `limit` integer
- `email` string, nullable

## Response `200`

- UsersResponseV1 — A page of users in the caller's workspace.
  - `items` UserInfoV1[], required — Items in this page.
    - `user_id` string, required — Unique identifier for the user
    - `email` string, nullable — Email address of the user
    - `name` string, nullable — Display name of the user
    - `workspace_name` string, nullable — Name of the user's workspace
  - `pagination` PaginationResponseV1, required
    - `has_more` boolean, required — Whether more items exist after this page.
    - `cursor` string, nullable — Opaque cursor to pass into the next request. Null when there is no next page.

---

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