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

request body for adding members to a team
memberIdslist of stringsRequired
The list of IDs for users to add to the Team.

Response

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error