---
title: "List Application Groups"
method: GET
path: "/v2/application/{application_u_id}/groups"
tags: ["Application Usages"]
---

# List Application Groups

`GET /v2/application/{application_u_id}/groups`

List groups from application.

## Query parameters

- `page` integer
- `page_size` integer

## Headers

- `authorization` string, required — The authorization token can be retrieved by calling the OAuth authentication API. The value for this header parameter follows the format "Bearer &nbsp;&nbsp; `access_token`" (excluding the quotes). For example: <br /> `Bearer MZA1YJMYZDKTZTFMMI0ZYZG1LTLMMDGTYTG4NJG2YZC3NJGY`

## Response `200`

Successful Response

- ListGroupResponse
  - `page` integer
  - `page_size` integer
  - `total` integer, required
  - `data` GroupSummary[]
    - `id` string, required
    - `u_id` string, required
    - `name` string, required
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `422` — Validation Error

---

[API](https://skmtc.dev/expent/apis/expent-apis.md) · [All operations](https://skmtc.dev/expent/apis/expent-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/expent/expent-apis/revisions/ce1d50af5e2c/schema)
