---
title: "Add Clients to Group"
method: PUT
path: "/clients/group/{group_id}/participants"
tags: ["Client Group"]
---

# Add Clients to Group

`PUT /clients/group/{group_id}/participants`

Adds the given Clients to the specified Group. If a Client already belongs to another Group, they will be removed from their existing Group and added to the specified Group.

## Path parameters

- `group_id` integer, required

## Headers

- `x-api-key` string, required

## Request body

- RequestGroup
  - `group_participants` PutGroup[]
    - `group_participant_client_id` integer
    - `group_role_id` integer

## Response `200`

Returns the updated Group data.

- ResponseGroup
  - `client_group` ClientGroup — All clients in a group
    - `group_id` integer — Id of the Group
    - `group_participants` GroupParticipants[] — List of participants and the role in the group
      - `group_participant_client_id` integer — The Client Id of the Group Participant
      - `group_participant_name` string — Name of the Client in the Group
      - `group_role_id` integer — Participant Type of the Client in the Group (Id)
      - `group_role` string — Participant Type of the Client in the Group

---

[API](https://skmtc.net/wodify/apis/leads.md) · [All operations](https://skmtc.net/wodify/apis/leads/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wodify/leads/revisions/974500ca0714/schema)
