v1

latestOpenAPI 3.1.0MIT2026-08-0492100246.4 KB
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

emailstring email required
role'admin' | 'member' required

Response

Response

team_namestring required

The unique name for the team.

emailstring email required
rolestring required
created_atstring date-time required

Example response

{
  "team_name": "cloudquery",
  "email": "user@example.com",
  "role": "admin",
  "created_at": "2017-07-14T16:53:42Z"
}