v1

latestOpenAPI 3.0.12026-08-0435481.5 MB
Experience

Create password verification record

Create and verify a new Password verification record. The verification record can only be created if the provided user credentials are correct. If the password has expired under the password expiration policy, the request is rejected with password.expired and the user must reset their password before continuing.

post/api/experience/verification/password

Request body

passwordstring required

The user password.

Response

The Password verification record has been successfully created and verified.

verificationIdstring required

The unique verification ID of the newly created Password verification record. The verificationId is required when verifying the user's identity via the Identification API.