After you've configured ID verification, you can view a user's details to see their verification status. You can view user details in the PingOne admin console or through the PingOne Verify REST API.
Page created: 17 May 2023
|
Page updated: 18 Sep 2023
Viewing user ID verification status in the PingOne admin console
Page created: 17 May 2023
|
Page updated: 18 Sep 2023
Viewing user ID verification status with the PingOne Verify API
Page created: 17 May 2023
|
Page updated: 18 Sep 2023
-
Use the PingOne Verify
REST API to make one of the following requests:
-
GET /environments/{envID}/users/{userID}/verifyTransactions
Returns all changes (transactions) in verification status for the user. For more information, see READ all ID verification transaction records for a user.
-
GET /environments/{envID}/users/{userID}/verifyTransactions/{transactionID}
Returns a specific change (transaction) in verification status for the user. For more information, see READ an ID verification transaction record for a user .
-