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

teamIdstringRequiredformat: "uuid"
The id of the team.

Request

The model with the list of user ids to add.

Response

OK
userIdstring or nullformat: "uuid"
The id of the user.
teamIdstring or nullformat: "uuid"
The id of the team.

Errors