---
title: "Add Group"
method: POST
path: "/business/v2/groups"
tags: ["Groups"]
---

# Add Group

`POST /business/v2/groups`

Endpoint to add a new `Group`.

## Request body

- CreateGroup — Create `Group` JSON parameters.
  - `name` string — The name of the `Group`.
  - `custom_reference_id` string — The `Group` reference in an external system.
  - `note` string — Any notes about the `Group`.
  - `type` 'TEAM' | 'PROJECT' | 'DEPARTMENT' | 'DIVISION' | 'SQUAD' | 'UNIT' | 'PRODUCTION'

## Response `200`

The returned resource is a single `Group`.

- Group
  - `id` string — The `Group` ID (sortable: yes).
  - `name` string — The name of the `Group` (sortable: yes).
  - `custom_reference_id` string — The `Group` reference in an external system.
  - `type` 'TEAM' | 'PROJECT' | 'DEPARTMENT' | 'DIVISION' | 'SQUAD' | 'UNIT' | 'PRODUCTION'
  - `note` string — Any notes about the `Group` (sortable: no).
  - `members` string[] — A list of `User` IDs belonging to the `Group` (sortable: no).
  - `wallets` string[] — A list of `Wallet` IDs related to the `Group` (sortable: no).
  - `cards` string[] — A list of `Card` IDs related to the `Group` (sortable: no).
  - `creation_time` string — The date and time when the `Group` was created (sortable: yes).
  - `last_update` string — The date and time when the `Group` was last updated (sortable: yes).

## Other responses

- `400` — Your request has missing arguments or is malformed.

---

[API](https://skmtc.net/soldo/apis/soldo-business-api-v2-0.md) · [All operations](https://skmtc.net/soldo/apis/soldo-business-api-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soldo/soldo-business-api-v2-0/revisions/7be21448a2b3/schema)
