Skip to main content

Create a team

POST 

/v3/teams

Create a team

Request

Body

    name stringrequired

    Possible values: <= 255 characters

    Team name

    type string

    Possible values: [SURVEY, TICKET]

    Default value: SURVEY

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

    user_id number[]

    Possible values: <= 100

    Id of users who should be added to the team

Responses

Successful

Schema

    data

    object

    id number

    Team id

    name string

    Team name

    description string

    Team description

    type string

    Type of team

    account_id number

    Account Id

    business_hour_id number
    created_at date
    updated_at date
    deleted_at date
Loading...