# Create Group

`POST /Groups`

## Description

Creates a new group in your Roam organization.

**Required fields:** `displayName` (max 64 characters).

**Optional:** Include `members` array with user IDs to add initial members.

**Member resolution is best-effort:** member IDs that do not resolve to an active user in your account (unknown IDs, or archived users) are skipped rather than failing the request. The response reflects the membership actually applied.

See [RFC 7644 §3.3](https://www.rfc-editor.org/rfc/rfc7644#section-3.3) for SCIM resource creation.

## Request Body

## Responses

### 201 - Group created

---

*Machine-readable API documentation.*
*Full documentation: https://developer.ro.am/docs/scim/02-groups-create*
