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

# Add user to a group

`POST /groups/{group_id}/users/v2`

## Path parameters

- `group_id` string, required

## Request body

- S12ThepubV1ThePubServiceAddNewUserToGroupBody — The parameters for `AddNewUserToGroup`
  - `user_id` string, required — The ID of the user to add to the group.

## Response `200`

A successful response.

- S12ThepubV1AddNewUserToGroupResponse — Result returned from `AddNewUserToGroup`
  - `users` string[] — List of user IDs in the group.

## Other responses

- `default` — An unexpected error response.

---

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