Teams

Add user to team

Add a single user to the specified team

post/user-service/teams/{teamId}/members

Request body

user_idstring uuid required

User ID to add to the team

Response

User added to team successfully

messagestring
user_idstring uuid
team_idstring uuid

Example response

{
  "message": "User added to team successfully"
}