v1

latestOpenAPI 3.1.0MIT2026-08-0492100246.4 KB
teams

List all users in the current team.

get/teams/{team_name}/users

Path parameters

team_namestring required

The unique name for the team.

Example:cloudquery

Query parameters

per_pageinteger

The number of results per page (max 1000).

pageinteger

Page number of the results to fetch

Response

Response

Example response

{
  "items": [
    {
      "created_at": "2017-07-14T16:53:42Z",
      "id": "12345678-1234-1234-1234-1234567890ab",
      "email": "user@example.com",
      "name": "Sarah O'Connor",
      "updated_at": "2017-07-14T16:53:42Z"
    }
  ]
}