Change Password

Use The /Authentication/Password/Change endpoint to change a forgotten password. You must provide a new password and a confirmation of the new password. The server compares the two values to ensure they match before proceeding with the password change. Upon successful validation, your password is updated, and the system returns confirmation.

SecurityApiKeyAuth
Request
header Parameters
IV
required
string

Initialization Vector for database encryption.

Request Body schema:
object

An object that contains properties needed to change a password that user has forgotten.

newPassword
string(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[!@#$%^&*(...

New password

confirmPassword
string(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[!@#$%^&*(...

Confirm new password.

Responses
200

OK

400

Bad Request

401

Unauthorized access

403

Access forbidden

404

Resource was not found

409

Conflict.

429

Too Many Requests

post/authentication/password/change
Request samples
{
  • "passwordChange": {
    }
}
Response samples
{
  • "referenceId": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
  • "cryptoKeys": {
    }
}
Copyright © Pace Software 2021–2023. All rights reserved.