---
title: "List all zones (and their associated configurations) an access group has access to"
method: GET
path: "/orgs/{orgId}/groups/{groupId}/zoneGroups"
tags: ["orgs/groups"]
---

# List all zones (and their associated configurations) an access group has access to

`GET /orgs/{orgId}/groups/{groupId}/zoneGroups`

listGroupZoneGroups takes the following options:<br/><br/>ignoreSiteSpecificAccess - bypasses site specific access checks<br/><br/>__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-user:w,o{params.orgId}-user:r,o:w,o:r,s-o:w,s-o:r<br/><br/>__Endpoint name__: listGroupZoneGroups

## Path parameters

- `orgId` integer, required
- `groupId` integer, required

## Query parameters

- `limit` integer
- `offset` integer
- `sort` string
- `order` string
- `q` string
- `filter` string
- `preFilter` string
- `options` string

## Response `200`

Successful

- object
  - `totalCount` integer
  - `filteredCount` integer
  - `data` object[]
    - `zone` object
      - `id` number, required
      - `name` string
    - `schedule` object, nullable
      - `id` number, required
      - `name` string
      - `scheduleType` object
        - `id` number, required
        - `name` string
      - `createdAt` string, date
      - `updatedAt` string, date
  - `meta` object
    - `accessToken` object, nullable
      - `scopeUpdatedAt` string, date
    - `siteSpecificAccess` object, nullable
      - `isSiteSpecific` boolean
      - `siteIds` integer[], nullable
      - `siteIdsByScope` object, nullable
        - `string` integer[], nullable

---

[API](https://skmtc.net/openpath/apis/openpath-api-documentation.md) · [All operations](https://skmtc.net/openpath/apis/openpath-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openpath/openpath-api-documentation/versions/d8a888c114fa/schema)
