Skip to main content
POST
Add members to a team

Authorizations

Authorization
string
header
required

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

Path Parameters

organizationId
string
required

organization ID

teamId
string
required

team ID

Body

application/json

request body for adding members to a team

memberIds
string[]
required

The list of IDs for users to add to the Team.

Minimum array length: 1
Example:

Response