rozod
    Preparing search index...

    Variable postGroupsGroupidPayoutsRecurringConst Api Param Description

    postGroupsGroupidPayoutsRecurring: EndpointGeneric<
        { groupId: number },
        Record<string, never>,
        {
            IdempotencyKey: string;
            PayoutType: "FixedAmount" | "Percentage";
            Recipients: {
                amount: number;
                recipientId: number;
                recipientType: "User" | "Group";
            }[];
        },
    > = ...

    POST https://groups.roblox.com/v1/groups/:groupId/payouts/recurring Updates recurring payouts. body The Roblox.Groups.Api.PayoutRequest. groupId The group Id. This endpoint will remove any recipients not sent in the request. If a recipient in the request is not a valid member in the group they will not be added to the recurring payouts.