Read User Verification Status (deprecated)

GET {{apiPath}}/environments/{{envID}}/users/{{userID}}/verifyStatus

Get the verification status, whether verification is permitted, for the specified user with the GET {{apiPath}}/environments/{{envID}}/users/{{userID}}/verifyStatus request.

Deprecation notice: PingOne Verify no longer reads or uses verifyStatus on the user. This request is deprecated and will be removed February 2025.

The status can be: NOT_INITIATED (the initial value), ENABLED, or DISABLED.

RESPONSES

status: OK

{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/users/328b2d99-59fd-41e7-8469-2172655fbbae/verifyStatus"},"user":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/users/328b2d99-59fd-41e7-8469-2172655fbbae"}},"verifyStatus":"NOT_INITIATED"}