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

# List Workspace Users

`GET /workspace/users`

Retrieves a list of all users in your current workspace.

## Query parameters

- `limit` integer
- `offset` integer

## Headers

- `X-API-KEY` string, required

## Response `200`

Successful Response: A list of users in the workspace.

- object
  - `workspace_users` object[]
    - `id` string
    - `username` string
    - `email` string
    - `role` string
    - `invite_status` string

## Other responses

- `401` — Unauthorized - Invalid or missing API key.
- `500` — Internal Server Error - Something went wrong on our end.

---

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