Adds users to the specified team.

<Check title="Required Permissions" icon="key">The user must be an admin.</Check>

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
userIdstringformat: "uuid"
The id of the user.
teamIdstringformat: "uuid"
The id of the team.

Errors

400
Bad Request Error
404
Not Found Error