---
title: "POST /accounts/{account_pk}/groups"
method: POST
path: "/accounts/{account_pk}/groups"
tags: ["Accounts"]
---

# POST /accounts/{account_pk}/groups

`POST /accounts/{account_pk}/groups`

## Path parameters

- `account_pk` string, required

## Request body

- AuthGroupCreate
  - `name` string, required
  - `description` string, required
  - `color` string, nullable
  - `external_id` string, nullable

## Response `201`

- AuthGroupCreate
  - `name` string, required
  - `description` string, required
  - `color` string, nullable
  - `external_id` string, nullable

## Other responses

- `400`

---

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