rozod
    Preparing search index...

    Variable getGroupsGroupidConst Api Param

    getGroupsGroupid: EndpointGeneric<
        { groupId: number },
        {
            description: string;
            hasVerifiedBadge: boolean;
            id: number;
            isBuildersClubOnly: boolean;
            isLocked: boolean;
            memberCount: number;
            name: string;
            owner: {
                buildersClubMembershipType: 0 | 1 | 2 | 3 | 4;
                displayName: string;
                hasVerifiedBadge: boolean;
                userId: number;
                username: string;
            };
            publicEntryAllowed: boolean;
            shout: {
                body: string;
                created: string;
                poster: {
                    buildersClubMembershipType: 0
                    | 1
                    | 2
                    | 3
                    | 4;
                    displayName: string;
                    hasVerifiedBadge: boolean;
                    userId: number;
                    username: string;
                };
                updated: string;
            };
        },
        undefined,
    > = ...

    GET https://groups.roblox.com/v1/groups/:groupId Gets group information groupId The group Id.