v1

latestOpenAPI 3.0.02026-07-26117198177.4 KB
Groups

Create a new custom group

post/v2/groups

Request body

namestring required

Example request

{
  "name": "Finance"
}

Response

idstring required
workspace_idstring nullable
namestring required
is_systemboolean required
created_atstring required
updated_atstring required

Example response

{
  "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "workspace_id": "workspace-123",
  "name": "Finance",
  "created_at": "2025-01-01T00:00:00.000Z",
  "updated_at": "2025-01-01T00:00:00.000Z"
}