teams
Invite a user to join a team with their email address
post/teams/{team_name}/invitations
Path parameters
team_namestring required
The unique name for the team.
Example:cloudquery
Request body
Response
Response
Example response
{
"team_name": "cloudquery",
"email": "user@example.com",
"role": "admin",
"created_at": "2017-07-14T16:53:42Z"
}