Skip to main content
POST
Add Team Members

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

teamId
string
required

The unique identifier of the team to which members will be added.

Body

application/json
type
enum<string>
required

The type of team member assignment. It is a string and can be either 'DEFAULT' or 'EXTRA'.

Available options:
DEFAULT,
EXTRA
userId
string
required

The unique identifier for the user being assigned to the team. It is a string.

Response

successful operation

type
enum<string>
required

The type of membership the user has in the team. Valid values are 'DEFAULT' and 'EXTRA'.

Available options:
DEFAULT,
EXTRA
userId
string
required

The unique identifier for the user, represented as a string.

Last modified on August 3, 2026