v1

latestOpenAPI 3.1.0MIT2026-08-0492100246.4 KB
teams

Accept an invitation to the team, creating a user membership

post/teams/{team_name}/invitations/accept

Path parameters

team_namestring required

The unique name for the team.

Example:cloudquery

Request body

tokenstring uuid required

Response

The invitation has been accepted and the authenticated user is now a member of the team.

rolestring required

Example response

{
  "role": "admin",
  "team": {
    "created_at": "2017-07-14T16:53:42Z",
    "name": "cloudquery",
    "plan_end_time": "2017-07-14T16:53:42Z",
    "trial_end_time": "2017-07-14T16:53:42Z",
    "display_name": "CloudQuery"
  }
}