v1

latestOpenAPI 3.0.12026-08-0435481.5 MB
Experience

Create new password identity verification

Create a NewPasswordIdentity verification record for the new user registration use. The verification record includes a unique user identifier and a password that can be used to create a new user account.

post/api/experience/verification/new-password-identity

Request body

passwordstring required

The new user password. (A password digest will be created and stored securely in the verification record.)

Response

The NewPasswordIdentity verification record has been successfully created.

verificationIdstring required

The unique verification ID of the newly created NewPasswordIdentity verification record. The verificationId is required when creating a new user account via the Identification API.