Update the verification status of the specified user with the PUT {{apiPath}}/environments/{{envID}}/users/{{userID}}/verifyStatus
request.
The status can be set to: NOT_INITIATED
(the initial value), ENABLED
, or DISABLED
. If the user verification status is DISABLED
, a new verification transaction record cannot be created for that user until the status is changed to ENABLED
.