---
title: "Create Group"
method: POST
path: "/groups/{network}"
tags: ["Groups"]
---

# Create Group

`POST /groups/{network}`

`org:groups:write`

## Path parameters

- `network` 'public' | 'private', required

## Request body

- object
  - `name` string, required — The name of the group you want to create
  - `is_public` boolean — Flag if group is public or not

## Response `200`

OK

- object
  - `data` object
    - `id` string
    - `name` string
    - `is_public` boolean
    - `created_at` string

---

[API](https://skmtc.net/pinata/apis/pinata-v3-api.md) · [All operations](https://skmtc.net/pinata/apis/pinata-v3-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pinata/pinata-v3-api/versions/734684efd9c4/schema)
