---
title: "List workspace team members"
method: GET
path: "/users"
tags: ["workspaces"]
---

# List workspace team members

`GET /users`

Returns all team members in the workspace including their roles (admin or member) and invitation status.

## Response `200`

successful operation

- WorkspaceUser[]
  - `accepted` boolean — Whether the user has accepted the workspace invitation
  - `email` string — Workspace user email
  - `email_verified` boolean — Whether the user's email has been verified
  - `expired` boolean — Whether the invitation has expired
  - `family_name` string — Workspace user family name
  - `given_name` string — Workspace user given name
  - `role` string — Workspace user role
  - `source` 'directory_sync' | 'invitation' | 'domain_capture' — Source of the user provisioning
  - `sub` string — Workspace user identifier

---

[API](https://skmtc.net/blaxel/apis/blaxel-control-plane.md) · [All operations](https://skmtc.net/blaxel/apis/blaxel-control-plane/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blaxel/blaxel-control-plane/revisions/dfa264bc72ee/schema)
