---
title: "POST /list-group"
method: POST
path: "/list-group"
tags: ["v2"]
---

# POST /list-group

`POST /list-group`

## Request body

- ListGroups
  - `filter` string — Filter by auth method name or part of it
  - `json` boolean — Set output format to JSON
  - `pagination-token` string — Next page reference
  - `token` string — Authentication token (see `/auth` and `/configure`)
  - `uid-token` string — The universal identity token, Required only for universal_identity authentication

## Response `200`

listGroupsResponse wraps response body.

- ListGroupsOutput
  - `groups` Group[]
    - `account_id` string
    - `creation_date` string, date-time
    - `description` string
    - `group_alias` string
    - `group_id` string
    - `group_name` string
    - `is_subclaims_with_operator` boolean
    - `modification_date` string, date-time
    - `user_assignments` AccessPermissionAssignment[]
      - `access_id` string
      - `access_type` string
      - `sub_claims` object
  - `next_page` string

## Other responses

- `default` — errorResponse wraps any error to return it as a JSON object with one "error" field.

---

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