teams
Get memberships to the team.
get/teams/{team_name}/memberships
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": [
{
"role": "admin",
"user": {
"created_at": "2017-07-14T16:53:42Z",
"email": "user@example.com",
"id": "12345678-1234-1234-1234-1234567890ab",
"name": "Sarah O'Connor",
"updated_at": "2017-07-14T16:53:42Z"
}
}
]
}