---
title: "Get Workspace Members"
method: GET
path: "/v1/workspace/members"
tags: ["workspace"]
---

# Get Workspace Members

`GET /v1/workspace/members`

Gets a list of all members of the workspace, including locked members. Service accounts are excluded. Requires the workspace_members_read permission.

## Headers

- `xi-api-key` string, nullable — Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

## Response `200`

Successful Response

- WorkspaceMemberResponseModel[]
  - `user_id` string, required — The user ID of the workspace member.
  - `email` string, required — The email address of the workspace member.
  - `first_name` string, nullable, required — The first name of the workspace member, if available.
  - `seat_type` 'workspace_admin' | 'workspace_member' | 'workspace_lite_member', required — Seat types for workspace members.
  - `is_owner` boolean, required — Whether the member is the workspace owner.
  - `is_locked` boolean, required — Whether the member's account is locked in this workspace.

## Other responses

- `422` — Validation Error

---

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