---
title: "List Group Join Requests"
method: GET
path: "/cloud/v2/groups/{group_id}/join-requests"
tags: ["Groups"]
---

# List Group Join Requests

`GET /cloud/v2/groups/{group_id}/join-requests`

List join requests under a group. Supports filtering.

## Path parameters

- `group_id` string, required

## Query parameters

- `maxPageSize` integer
- `pageToken` string
- `filter` string

## Response `200`

OK

- ListGroupJoinRequestsResponse — A list of GroupJoinRequests in the parent collection.
  - `groupJoinRequests` GroupJoinRequest[] — The GroupJoinRequests from the specified Group.
    - `path` string — The resource path of the group join request. Format: `groups/{group_id}/join-requests/{group_join_request_id}`
    - `createTime` string, date-time — The timestamp when the group join request was created.
    - `user` string — The resource path of the user.
  - `nextPageToken` string — A token that you can send as a `pageToken` parameter to retrieve the next page. If this field is omitted, there are no subsequent pages.

---

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