Skip to main content
POST
Create a Group

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

checkfu-version
enum<string>
required
Available options:
2026-08-27
idempotency-key
string
Maximum string length: 255

Path Parameters

workspace_id
string
required
Pattern: ^wrkspc_[0-9a-f]{32}$

Body

application/json
key
string
required
Required string length: 1 - 255
display_name
string
required
Required string length: 1 - 255
description
string
Required string length: 1 - 255
member_subjects
string[]
Pattern: ^prin_[0-9a-f]{32}$

Response

Success

id
string
required
Pattern: ^pgrp_[0-9a-f]{32}$
workspace_id
string
required
Pattern: ^wrkspc_[0-9a-f]{32}$
key
string
required
Required string length: 1 - 255
display_name
string
required
Required string length: 1 - 255
description
string | null
required
Required string length: 1 - 255
member_subjects
string[]
required
Pattern: ^prin_[0-9a-f]{32}$
resource_version
integer
required
Required range: 0 < x <= 9007199254740991
created_at
string
required
updated_at
string
required