function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jay Wang 2Jay Wang 2 

How to access User Verified Email flag on the User object in apex/VF

Hello,

I am trying to do a check on a User to see if they have verified their Email/Mobile and I can see that the User object has this field, however I cannot seem to find a way to access it with apex/VF. Any help would be appreciated. I have attached a picture below showing the flag in the list view in Users.

User-added image

Kind Regards,

Jay
SandhyaSandhya (Salesforce Developers) 
Hi,

That may be custom field created, as per my knowledge there is no such standard field for User object.

Refer below help article.

https://help.salesforce.com/articleView?id=user_fields.htm&type=5
 
 
Please mark it as solved if my reply was helpful. It will make it available for other as the proper solution.
                                             
Best Regards
Sandhya
 
Jay Wang 2Jay Wang 2
Hi Sandhya,

Yes there is very little documentation regarding that field, however they did mention it in their 18' summer notes at this url:

https://releasenotes.docs.salesforce.com/en-us/summer18/release-notes/rn_security_auth_id_verification_methods.htm

I guess there isn't much on it yet because it's a new feature so I may just have to wait. Thank you for your reply though.

Kind Regards,

Jay