rozod
    Preparing search index...

    Variable postPasswordsResetSendConst Api Param Description

    postPasswordsResetSend: EndpointGeneric<
        {},
        { nonce: string; transmissionType: 0
        | 1 },
        {
            captchaId: string;
            captchaProvider: string;
            captchaToken: string;
            challengeId: string;
            target: string;
            targetType: 0 | 1 | 2;
        },
    > = ...

    POST https://auth.roblox.com/v2/passwords/reset/send Sends a password reset email or challenge to the specified target. body The request model containing the target type and a target. Phone target must be a csv with 3 values: "internationalPrefixNumber,nationalNumber,countryCode"