rozod
    Preparing search index...

    Variable getGroupsGroupidPayoutsConst Api Param

    getGroupsGroupidPayouts: EndpointGeneric<
        { groupId: number },
        {
            data: {
                percentage: number;
                user: {
                    buildersClubMembershipType: 0 | 1 | 2 | 3 | 4;
                    displayName: string;
                    hasVerifiedBadge: boolean;
                    userId: number;
                    username: string;
                };
            }[];
        },
        undefined,
    > = ...

    GET https://groups.roblox.com/v1/groups/:groupId/payouts Gets a list of the group payout percentages groupId The group id.