---
title: "Add Member To User Group"
method: POST
path: "/v1/workspace/groups/{group_id}/members"
tags: ["workspace"]
---

# Add Member To User Group

`POST /v1/workspace/groups/{group_id}/members`

Adds a member of your workspace to the specified group. Requires `group_members_manage` permission.

## Path parameters

- `group_id` string, required — The ID 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.

## Request body

- BodyAddMemberToUserGroupV1WorkspaceGroupsGroupIdMembersPost
  - `email` string, required — The email of the target workspace member.

## Response `200`

Successful Response

- AddWorkspaceGroupMemberResponseModel
  - `status` string, required — The status of the workspace group member addition request. If the request was successful, the status will be 'ok'. Otherwise an error message with status 500 will be returned.

## 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/versions/57d56f34628a/schema)
