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
Response
The invitation has been accepted and the authenticated user is now a member of the team.
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"
}
}