---
title: "Add users to group"
method: POST
path: "/group/{id}/add_users"
tags: ["Groups"]
---

# Add users to group

`POST /group/{id}/add_users`

Add one or more users to a group by group ID

## Path parameters

- `id` string, required

## Request body

- ApiRequestsUserList
  - `users` string[]

## Response `200`

OK

## Other responses

- `400` — Invalid group ID or user already in group
- `500` — Internal server error

---

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