Skip to main content
POST
Create Group

Authorizations

Authorization
string
header
required

OIDC access token for users and CLI clients.

Query Parameters

tenant_id
string | null
sub_tenant_id
string | null

Body

application/json
name
string
required
displayName
string
required
id
string | null
tenantId
string | null
subTenantId
string | null
status
enum<string>
default:active
Available options:
active,
disabled,
archived
members
(GroupMemberRef · object | string)[]
metadata
Metadata · object

Response

Successful Response

Last modified on July 29, 2026