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
organizationId
organization ID
teamId
team ID
Request
This endpoint expects an object.
memberIds
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