Skip to main content
POST
Create group

Authorizations

Authorization
string
header
required

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

Body

application/json
tenantId
string
required

Tenant ID

Example:

"0df117f3-1e5c-4900-b9a7-8995e8d860d2"

tenantGroupTypeId
string
required

Group Type ID

Example:

"b0130fa8-5302-4bb1-a7f2-599d7b2c84b7"

baseCurrency
string

Base Currency

Example:

"2204796d-3e46-4a10-b6e3-9fef1b55e019"

groupName
string

Group Name

Maximum string length: 100
Example:

"Engineering Team"

displayName
string

Display Name

Maximum string length: 100
Example:

"Engineering Team"

status
enum<string>
default:ACTIVE

Status

Available options:
ACTIVE,
INACTIVE
parentGroupIds
string[]

Parent group ids

Example:
isSynced
boolean

isSynced

Legal Name

Maximum string length: 100
Example:

"Engineering Department LLC"

externalId
string

External ID

Maximum string length: 100
Example:

"EXT-GROUP-12345"

instanceId
string

Instance ID

Example:

"c6781d17-e64d-4493-b94e-07156a5eb374"

address
object

Group Address

Response

201 - application/json

Group created successfully

statusCode
number
required

HTTP Status code

Example:

200

timestamp
string
required

Timestamp of the response

Example:

"2026-01-08T06:33:20.711Z"

message
string
required

Response message

Example:

"Success"

data
object
required

Response data