---
title: "Create a new group"
method: POST
path: "/groups"
tags: ["Groups"]
---

# Create a new group

`POST /groups`

REQUIRED SCOPES <code>['groups:write']</code><br>Creates a new group with specified details and member associations.

## Request body

- object
  - `name` string, required
  - `description` string, nullable
  - `members` integer[], required

## Response `200`

Group created successfully

- GroupResource — Group resource with detailed information
  - `id` integer — The unique identifier of the group
  - `name` string — The name of the group
  - `description` string, nullable — The description of the group
  - `members` object[] — List of group members (lightweight user info)
    - `id` integer
    - `first_name` string
    - `last_name` string
    - `full_name` string
    - `photo_url` string, nullable
    - `email` string, nullable
  - `is_integration_team` boolean — Indicates whether the group is an integration team
  - `integration_team` object — Nested object if this group is linked to an integration team
    - `id` integer — The unique identifier of the integration team
    - `name` string — The name of the integration team

---

[API](https://skmtc.net/salesmessage/apis/salesmessage-public-api.md) · [All operations](https://skmtc.net/salesmessage/apis/salesmessage-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/salesmessage/salesmessage-public-api/revisions/e96b3e58b041/schema)
