rozod
    Preparing search index...

    Variable postGroupsGroupidPayoutsRecurringConst Api Param Description

    postGroupsGroupidPayoutsRecurring: EndpointGeneric<
        { groupId: number },
        Record<string, never>,
        {
            PayoutType: 1 | 2;
            Recipients: { amount: number; recipientId: number; recipientType: 0 | 1 }[];
        },
    > = ...

    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.