v1
Confirm user is within team
Confirms the user is within the team with the id given in the JWT token. If not then the user is added to that team and if needed remove from an existing team.
get/v1/teams/confirm/{token}
Response
OK
Example response
{
"status": 200,
"detail": "User confirmed"
}