Skip to main content
POST
Create a team

Authorizations

api_access_token
string
header
required

Token de usuario. Envía el valor en el header api_access_token. Lo obtienes en el perfil (GET /api/v1/profile) o al regenerarlo.

Path Parameters

account_id
integer
required

The numeric ID of the account

Body

application/json
name
string

The name of the team

Example:

"Support Team"

description
string

The description of the team

Example:

"This is a team of support agents"

allow_auto_assign
boolean

If this setting is turned on, the system would automatically assign the conversation to an agent in the team while assigning the conversation to a team

Example:

true

Response

Success

id
number

The ID of the team

name
string

The name of the team

description
string

The description about the team

allow_auto_assign
boolean

If this setting is turned on, the system would automatically assign the conversation to an agent in the team while assigning the conversation to a team

account_id
number

The ID of the account with the team is a part of

is_member
boolean

This field shows whether the current user is a part of the team