---
title: "Gets a page of Group Join Requests for a group."
method: GET
path: "/v1/groups/{groupId}/join-requests"
tags: ["Groups"]
---

# Gets a page of Group Join Requests for a group.

`GET /v1/groups/{groupId}/join-requests`

## Path parameters

- `groupId` integer, required

## Query parameters

- `limit` 10 | 25 | 50 | 100
- `cursor` string
- `sortOrder` 'Asc' | 'Desc'

## Response `200`

OK

- RobloxWebWebAPIModelsApiPageResponseRobloxGroupsApiGroupJoinRequestResponse
  - `previousPageCursor` string
  - `nextPageCursor` string
  - `data` RobloxGroupsApiGroupJoinRequestResponse[]
    - `requester` RobloxGroupsApiModelsResponseUserModel — A model representing data about an Roblox.Platform.Membership.IUser
      - `buildersClubMembershipType` 0 | 1 | 2 | 3 | 4 — The user's builders club membership type
      - `hasVerifiedBadge` boolean — The user's verified badge status.
      - `userId` integer
      - `username` string
      - `displayName` string
    - `created` string, date-time — The DateTime the request was created

## Other responses

- `400` — 1: The group is invalid or does not exist. 36: The pagination cursor is invalid.
- `401` — 0: Authorization has been denied for this request.
- `403` — 19: You have insufficient permissions for this request.

---

[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)
