---
title: "Get List of Users in User Group"
method: GET
path: "/api/access/v2/user-groups/{groupId}/members"
tags: ["User Groups V2"]
---

# Get List of Users in User Group

`GET /api/access/v2/user-groups/{groupId}/members`

Use this API to retrieve a paginated list of members in a specified user group.

## Path parameters

- `groupId` string, uuid, required

## Query parameters

- `page` integer
- `size` integer
- `sort` 'name,asc' | 'name,desc'

## Response `200`

Members retrieved successfully

- PlatformAccessManagementPagePublicMemberResponse
  - `content` PlatformAccessManagementPublicMemberResponse[] — Members of a user groups in the current page
    - `fullName` string — The full name of the member.
    - `email` string, email — The email address of the member.
    - `memberId` string, uuid — The unique identifier of the member.
    - `enabled` boolean — The indicator of whether the member is enabled.
    - `internal` boolean — The indicator of whether the member is an internal user.
    - `createdBy` string, uuid — The unique identifier of the user who added the member to the group.
    - `createdDate` string, date-time — The timestamp of when the member was added to the group.
  - `empty` boolean — Flag to check if the result list is empty or not
  - `first` boolean — Flag to check if this is the first page
  - `last` boolean — Flag to check if this is the last page
  - `number` integer — Current page number (0-based)
  - `numberOfElements` integer — Number of elements in the current page
  - `size` integer — Page size
  - `totalElements` integer — Total number of elements across all pages
  - `totalPages` integer — Total number of pages
  - `sort` PlatformAccessManagementSortObject
    - `empty` boolean — Indicates whether the result set is empty, meaning no records were found.
    - `sorted` boolean — Indicates whether the results are sorted in a specific order, such as ascending or descending.
    - `unsorted` boolean — The indicator of whether the results are unsorted.
  - `pageable` object — Pagination information with page number (0-based, min: 0) and page size (min: 1)

## Other responses

- `400` — Bad Request
- `401` — Unauthorized - Invalid or missing authentication
- `403` — Forbidden - Insufficient permissions
- `404` — User group not found
- `429` — Too Many Requests. For more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).
- `500` — Internal Server Error

---

[API](https://skmtc.net/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.net/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/versions/21de3aa0b170/schema)
