---
title: "Add Contacts to a specified group"
method: POST
path: "/groups/my/{name}/contacts"
---

# Add Contacts to a specified group

`POST /groups/my/{name}/contacts`

Update one of your groups by adding existing contacts to it

## Path parameters

- `name` string, required

## Headers

- `Content-Type` string, required
- `Authorization` string, required

## Request body

- object
  - `contacts` string[], required — The contacts' ids.

## Response `200`

200

- object
  - `name` string
  - `size` integer

## Other responses

- `400` — 400

---

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