---
title: "POST /coaching/group"
method: POST
path: "/coaching/group"
tags: ["Group"]
---

# POST /coaching/group

`POST /coaching/group`

## Request body

- CoachingBllDtoGroup
  - `id` integer
  - `isDeleted` boolean
  - `name` string, required
  - `practiceId` integer
  - `selectedRoles` AtlantisCommonIdNameDto1SystemInt32[], nullable
    - `id` integer
    - `name` string, nullable
    - `isDeleted` boolean
    - `isDisabled` boolean
  - `selectedStates` string[], nullable
  - `selectedOrganizations` AtlantisCommonIdNameDto1SystemInt32[], nullable
    - `id` integer
    - `name` string, nullable
    - `isDeleted` boolean
    - `isDisabled` boolean
  - `selectedSites` AtlantisCommonIdNameDto1SystemInt32[], nullable
    - `id` integer
    - `name` string, nullable
    - `isDeleted` boolean
    - `isDisabled` boolean

## Response `200`

Success

---

[API](https://skmtc.dev/qualo/apis/qualo-api.md) · [All operations](https://skmtc.dev/qualo/apis/qualo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qualo/qualo-api/revisions/af4abb5cc969/schema)
