Update a RocketCOMS Portal user’s password.
PATCH /v1/auth/password
Authorization: Bearer <access_token>
or
Authorization: Basic <encodedString>
where <encodedString> is your <api-key>:<api-secret> string encoded using Base64 encoding
oldPassword REQUIRED
string, max length: 255, min length: 0
Current password.
newPassword REQUIRED
string, max length: 255, min length: 0
pattern: ^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=.*?[!@#?]).{8,20}$
New password. The password must contain:
confirmPassword REQUIRED
string, max length: 255, min length: 0
Re-enter the new password.
If successful, returns 200 Password updated.
SAMPLE REQUEST
{
"oldPassword": "Abcd123!",
"newPassword": "jmnH78@ltn",
"confirmPassword": "jmnH78@ltn"
}
SAMPLE RESPONSE
{
200 Password updated
}
© 2023 Rocket Financial. All rights reserved. RocketFNCL, RocketKOR, RocketBNK are trade names of Rocket Financial Inc.
Services Agreement | Privacy Policy | RocketFNCL | © 2023 by Rocket Financial Inc. All rights reserved.
Services Agreement | Privacy Policy | RocketFNCL | © 2023 by Rocket Financial Inc. All rights reserved.
Services Agreement | Privacy Policy | RocketFNCL
© 2023 by Rocket Financial Inc. All rights reserved.