---
title: "POST /groups/"
method: POST
path: "/v1/groups/"
---

# POST /groups/

`POST /v1/groups/`

Add a group

## Request body

- object
  - `name` string — Group name
  - `gid` integer — GID for this group
  - `is_posix_group` boolean — If this group should be returned to posix machines (Linux and Mac OS)

## Response `200`

200

- object
  - `status` string

## Other responses

- `400` — 400

---

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