---
title: "Gets groups that the authenticated user has requested to join"
method: GET
path: "/v1/user/groups/pending"
tags: ["Groups", "Users"]
---

# Gets groups that the authenticated user has requested to join

`GET /v1/user/groups/pending`

## Response `200`

OK

- RobloxWebWebAPIModelsApiArrayResponseRobloxGroupsApiGroupDetailResponse
  - `data` RobloxGroupsApiGroupDetailResponse[]
    - `id` integer — The group id
    - `name` string — The group name
    - `description` string — The group description
    - `owner` 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
    - `shout` RobloxGroupsApiShoutResponse
      - `body` string — The shout's message
      - `poster` 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 shout's created time
      - `updated` string, date-time — The shout's last updated time
    - `memberCount` integer — The number of members in the group
    - `isBuildersClubOnly` boolean — Whether the group is Builders Club only
    - `publicEntryAllowed` boolean — Whether the group is public (no approval required)
    - `isLocked` boolean — Whether the group is locked
    - `hasVerifiedBadge` boolean — Whether the group has a verified badge.
    - `hasSocialModules` boolean — Whether the group has social modules enabled (e.g. Forums) (determines if "Followers" vs "Members" should be shown).
    - `communityTier` RobloxGroupsClientCommunityTierInfoResponse
      - `groupId` integer
      - `currentTier` integer
      - `previousTier` integer
      - `tierUpdatedTime` string, date-time
      - `lastEvaluatedTime` string, date-time
      - `requirements` RobloxGroupsClientTierRequirement[]
        - `key` 1 | 2 | 3 | 4 | 5 — ['OwnerModerationStatusOk' = 1, 'OwnerAgeEstimationVerified' = 2, 'OwnerIdVerified' = 3, 'OwnerTwoStepVerified' = 4, 'CommunityMeetsPlayerRequirement' = 5]
        - `satisfied` boolean

## Other responses

- `401` — 0: Authorization has been denied 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)
