27 July 2023 (v2.97)
ReachFive v2.97
provides further improvements to our Risk-based Authentication feature, allows you to verify phone numbers of unauthenticated users, and makes End Job Notification webhooks available to export jobs. There are also several other general improvements. As always, we fixed a few issues.
Verify phone numbers
With this release, we have introduced a way to verify phone numbers of users who haven’t yet authenticated via your app or site. To do so, you’ll need to use the following new endpoints:
/send-phone-number-verification
-
Sends an SMS with a verification code so the user can verify the supplied phone number.
/verify-phone-number
-
Sends the
verification_code
received from the verification request to confirm the user’s phone number.
End Job Notification webhooks
End Job Notification webhooks were previously only available to import jobs. Now, they are also available to export jobs.
For more details, check out Export job webhook.
Other improvements
-
You can now update user profiles without providing an ID such as an email or phone number.
-
We have improved the error messaging for when MFA is not enabled in the ReachFive Console to give more specific help.
-
From this release, you’re now able to update the
email_verified
andphone_number_verified
fields with import jobs.For more details, check out our Imports documentation.
Fixes
Item | Fixed |
---|---|
There was a moderate security vulnerability identified that was remedied. |
✓ |
In some limited cases, you were unable to view newly-created users on the ReachFive Console. |
✓ |
In some cases, jobs got stuck in the WAITING status causing timeouts. |
✓ |
In limited instances, the error key wasn’t matching the OAuth response for suspended users, causing an HTTP |
✓ |
Sometimes, when getting the |
✓ |