Zone Members

List organization users in a zone

Lists all organization users in a zone with their roles and metadata. Supports cursor-based pagination.

get/zones/{zoneId}/members

Path parameters

zoneIdstring required

Zone ID

Query parameters

limitinteger

Maximum number of members to return

afterstring

Cursor for forward pagination

beforestring

Cursor for backward pagination

'total_count'
OR
string[]
'zone_manager'
OR
'zone_viewer'

Filter members by role

Response

Default Response

Changes

Changed in 2 of the 23 revisions of this API.5

    • the endpoint scheme security OAuth2 was added to the API

      api-security-added

    • the endpoint scheme security bearerAuth was added to the API

      api-security-added

    • the endpoint scheme security iam_bearerAuth was removed from the API

      api-security-removed

    This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new optional query request parameter expand[]

      new-optional-request-parameter

    • added the required property pagination to the response with the 200 status

      response-required-property-added