Skip to main content
PUT
Add team members

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

System-generated team ID.

Example:

"jqfwg345gi25n5ju2yz5iz6m"

Body

application/json
emails
string[]
required

Email addresses of the users to add to the team. Existing members are preserved.

Example:

Response

Team members added successfully.

The response is of type AddTeamMembersResponse · object.