---
title: "Get group users"
method: GET
path: "/v2/groups/{groupId}/users"
tags: ["Groups"]
---

# Get group users

`GET /v2/groups/{groupId}/users`

Retrieve a paginated list of users in a specific group

## Path parameters

- `groupId` string, required

## Query parameters

- `page_after` string
- `page_size` integer

## Response `200`

Successfully retrieved group users

- GroupUsersResponseDto — Paginated list of users in a group
  - `page_after` string — Cursor for the next page
  - `users` GroupUserDto[] — List of users in the group
    - `email` string — User email address
    - `id` string — Unique identifier for the user
    - `joined_at` string, date-time — Date when the user joined the group

## Other responses

- `401` — Unauthorized - Invalid or missing authentication token
- `404` — Group not found
- `500` — Internal server error

---

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