Verify Your Return Email Address for Sender Verification - release update - salesforce
https://www.infallibletechie.com/humix/video/PTd1fQkJjW2
We can use the TwoFactorMethodsInfo object/entity to query the users who haven’t verified their email addresses yet in Salesforce.
Admins or Users need the “Manage Multi-Factor Authentication in API” permission at Profile or Permission Set level to query or use SOQL against the TwoFactorMethodsInfo object/entity.
SELECT Id, UserId, User.Name, ExternalId, HasUserVerifiedEmailAddress FROM TwoFactorMethodsInfo WHERE HasUserVerifiedEmailAddress = false
Comments
Post a Comment