rozod
    Preparing search index...

    Variable postGroupsGroupidPayoutsConst Api Param

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