Variable postUserPasswordsChangeConst

postUserPasswordsChange: EndpointGeneric<{}, {}, {
    currentPassword: string;
    newPassword: string;
    secureAuthenticationIntent: {
        clientEpochTimestamp: number;
        clientPublicKey: string;
        saiSignature: string;
        serverNonce: string;
    };
}> = ...

POST https://auth.roblox.com/v1/user/passwords/change

Changes the password for the authenticated user.

The request model including the current password, and the new password.

The current password is needed for verification that the password can be changed.