---
title: "Add user to group"
method: POST
path: "/v1/{org_name}/groups/{group_id}/users"
tags: ["Groups"]
---

# Add user to group

`POST /v1/{org_name}/groups/{group_id}/users`

## Path parameters

- `org_name` string, required
- `group_id` string, required

## Request body

- object
  - `email` string

## Response `200`

The updated list of users in the group

- GroupUserResponse[]
  - `name` string
  - `email` string

## Other responses

- `401` — The user doesn't exist within the organization
- `403` — The user is not an admin of the organization or doesn't belong to the organization.

---

[API](https://skmtc.net/tidelift/apis/tidelift-external-api.md) · [All operations](https://skmtc.net/tidelift/apis/tidelift-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tidelift/tidelift-external-api/revisions/5f36bed372bb/schema)
