Skip to content
Help Center
Products

API Reference

POST /integration/v1/groups

Create new account group

Create new account group

operationId Create new account group

Request body

Content-Type: application/json

Field Type Required Description
name string required Group by name
parent_id string (uuid) optional Parent group id
user_ids array optional User ids to add to created group
user_ids string (uuid) optional

Responses

200

application/json schema

{
  "type": "string",
  "description": "Groups data",
  "required": true,
  "nullable": true
}

412 Invalid parameters

500 Server error

512 Specification violations