Variable postUserPasswordsChangeConst
postUserPasswordsChange: EndpointGeneric<{}, {}, { currentPassword: string; newPassword: string; secureAuthenticationIntent: { clientEpochTimestamp: number; clientPublicKey: string; saiSignature: string; serverNonce: string; }; }> = ...
Api
POST https://auth.roblox.com/v1/user/passwords/change
Summary
Changes the password for the authenticated user.
Param: body
The request model including the current password, and the new password.
Description
The current password is needed for verification that the password can be changed.