rozod
    Preparing search index...

    Variable postGroupsGroupidPayoutsConst Api Param

    postGroupsGroupidPayouts: 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 Pays out a user in Robux. body The Roblox.Groups.Api.PayoutRequest. groupId The group Id.