teams
List of open invitations to the team
get/teams/{team_name}/invitations
Path parameters
team_namestring required
The unique name for the team.
Example:cloudquery
Query parameters
pageinteger
Page number of the results to fetch
per_pageinteger
The number of results per page (max 1000).
Response
Response
Example response
{
"items": [
{
"team_name": "cloudquery",
"email": "user@example.com",
"role": "admin",
"created_at": "2017-07-14T16:53:42Z"
}
]
}