latestSwagger 2.02026-08-21250450289.3 KB

93a959a6ce47

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