v1

latestSwagger 2.02026-08-06250450289.0 KB
teams
v3

Create a team

post/v3/teams

Request body

namestring required

Team name

type'SURVEY' | 'TICKET'

Team type, if not provided will be "SURVEY" by default

user_idnumber[]

Id of users who should be added to the team

enable_round_robinboolean

Enable round robin for the team

Example request

{
  "name": "Avengers",
  "user_id": [
    1,
    2,
    3
  ],
  "enable_round_robin": true
}

Response

Successful