Adds users to the specified team.
Required Permissions
The user must be an admin.Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
teamId
The id of the team.
Request
The model with the list of user ids to add.
Response
OK
userId
The id of the user.
teamId
The id of the team.

