---
title: "Search User Groups"
method: GET
path: "/v1/workspace/groups/search"
tags: ["workspace"]
---

# Search User Groups

`GET /v1/workspace/groups/search`

Searches for user groups in the workspace. Multiple or no groups may be returned.

## Query parameters

- `name` string, required — Name of the target group.

## 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

- WorkspaceGroupByNameResponseModel[]
  - `name` string, required — The name of the workspace group.
  - `id` string, required — The ID of the workspace group.
  - `members_emails` string[], required — The emails of the members of the workspace group.

## 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/e77a0a530a82/schema)
