Users
Add a user to a team
Adds a user to a team. If the user is already a member of the team, the operation is idempotent and returns the existing membership.
post/users/{id}/teams
Path parameters
idinteger required
User ID
Example:1
User ID
Request body
Example request
{
"teamId": 1
}Response
User added to team
Example response
{
"userId": 1,
"teamId": 1
}Changes
No recorded changes to this endpoint across all 1 revision of this API.