Request to Change a Forgotten Password

Use the /Authentication/Password/Forgot endpoint to request a password reset when you have forgotten your current password. You must provide your username. Upon successful validation, a password reset email containing a unique link to reset their password will be sent to your email address or phone by SMS. The response is a generic message indicating that if an account with the provided email address exists, a password reset link will be sent. This helps maintain user privacy and security. In case of errors, appropriate error codes and messages are provided.

SecurityApiKeyAuth
Request
header Parameters
IV
required
string

Initialization Vector for database encryption.

Request Body schema:
object or object
One of:
username
required
string (Username)

An string containing the user's login credential, which is either the user's primary emailAddress or primary phoneNumber.

deviceId
string (DeviceId)

The unique identifier for the device.

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/Forgot
Request samples
{
  • "userCredentials": {
    }
}
Response samples
{
  • "cryptoKeys": {
    }
}
Copyright © Pace Software 2021–2023. All rights reserved.