Skip to main content
POST
/
teams
Create new team
curl --request POST \
  --url https://api.open.cx/teams \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "description": "<string>",
  "is_support_enabled": true,
  "support_office_hours_id": "<string>",
  "support_assignment_strategy": "least-busy"
}
'
{
  "statusCode": 123,
  "message": "<string>",
  "error": "<string>"
}

Body

application/json
name
string
required
description
string
is_support_enabled
boolean
support_office_hours_id
string | null
support_assignment_strategy
enum<string>
Available options:
least-busy,
round-robin,
unassigned

Response

Default Response