v18

latestOpenAPI 3.1.0raw.githubusercontent.com2022-08-0421329.6 KB
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

statusnumber required
detailstring required

Example response

{
  "status": 200,
  "detail": "User confirmed"
}