Manually approving a user’s ID
If automated user ID verification fails for any reason, you can manually approve a user’s ID.
About this task
Manual approval allows the user to bypass the automated verification process and instead use admin-assisted verification. In this case, the user must present their ID information to a PingOne admin. You can manually approve a user’s ID in the PingOne admin console or through the PingOne Verify REST API.
-
Console
-
API
Manually approving a user’s ID in the PingOne admin console
Steps
-
Go to Directory → Users.
-
Locate the user you want to edit.
You can browse or search for users.
-
Click the user entry to open the user details panel.
-
In the user details panel, click the Services tab → ID Verification to view the verification details for the user.
-
Click the Manually Approve User button.
Result
The user ID is verified, and the user can register or sign on from their device.
Manually approving a user’s ID with the PingOne Verify API
Steps
-
Use the PingOne Verify REST API to make the following request:
PUT /environments/{envID}/users/{userID}/verifyTransactions/{transactionID}
For more information, see UPDATE an ID verification transaction record for a user.
Result
The user ID is verified, and the user can register or sign on from their device.