Add members to a team

Add members to a team

Authentication

AuthorizationBearer

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

Path parameters

organizationIdstringRequired
organization ID
teamIdstringRequired
team ID

Request

This endpoint expects an object.
memberIdslist of stringsRequired
The list of IDs for users to add to the Team.

Errors

400
Add Team Members Body Bad Request Error
401
Add Team Members Body Unauthorized Error
403
Add Team Members Body Forbidden Error
404
Add Team Members Body Not Found Error
500
Add Team Members Body Internal Server Error