---
title: "Add group members"
method: POST
path: "/api/v1/groups/{id}/add_members"
tags: ["Endpoints", "Groups"]
---

# Add group members

`POST /api/v1/groups/{id}/add_members`

Incremental update: the members listed in the request are added to the
group's current members.

## Path parameters

- `id` integer, required

## Request body

- object
  - `members` union[] — Input members data for adding/removing members from group, expects one of `address` or `domain`
    - union
      - AddressMember
        - `address` string, email, required
      - DomainMember
        - `domain` string, required

## Response `200`

Request was successfully processed

## Other responses

- `400` — There was a problem with the request
- `401` — There was a problem with the request
- `403` — Invalid token or API is not enabled
- `429` — Rate limited - wait a few seconds and try again
- `500` — Server error
- `503` — Server error
- `504` — Server error

---

[API](https://skmtc.net/tessian/apis/tessian-api.md) · [All operations](https://skmtc.net/tessian/apis/tessian-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tessian/tessian-api/versions/08762fb51cf0/schema)
