Skip to main content
POST
Error

Autorizações

Authorization
string
header
obrigatório

Bearer authentication. Send Authorization: Bearer .

Corpo

application/json

Group Input

GroupInput payload

displayName
string
obrigatório

Group's display name.

Exemplo:

"Custom Group"

name
string
obrigatório

Group's unique identifier name.

Exemplo:

"custom-group"

contactEmail
string

Group's contact email.

Exemplo:

"team@example.com"

Resposta

Created

GroupFullResponse payload

contactEmail
string
Exemplo:

"admin@example.com"

createdAt
string
Exemplo:

"2026-01-01T00:00:00.000Z"

id
string
Exemplo:

"my-group"

isEnabled
boolean
Exemplo:

true

isTopGroup
boolean
Exemplo:

false

manager
string
Exemplo:

"admin"

name
string
Exemplo:

"My Group"

parentId
string
Exemplo:

"parent-group"

type
string
Exemplo:

"custom"

updatedAt
string
Exemplo:

"2026-06-24T10:00:00.000Z"

users
string[]
Exemplo: