---
title: "Get All Access Groups"
method: GET
path: "/access/v1/access_groups"
tags: ["Access Groups"]
---

# Get All Access Groups

`GET /access/v1/access_groups`

Retrieves a list of all access groups in a given organization. The response is a list of Access Group Objects.

## Response `200`

OK

- AccessGroupsResponseV1
  - `access_groups` AccessGroupObjectResponseV1[] — The List of Access Group Objects a user belongs to.
    - `group_id` string, uuid — The unique identifier of the Access Group managed by Verkada.
    - `name` string — The unique name of the Access Group provided by the customer.

---

[API](https://skmtc.net/verkada/apis/api-tokens.md) · [All operations](https://skmtc.net/verkada/apis/api-tokens/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/verkada/api-tokens/revisions/4a79d2d949a6/schema)
