Recently some of the users receiving email from support@salesforce.com with subject "Salesforce email verification". A link is inside that email , users worry it may be phishing email ,so they come to check .
Luckily, it is not a phishing email . From official announcement , prior to the Summer '22 release , users may be asked to verify their email .
To get the list of user who may get the mentioned verification email ,system administrators may use SOQL below :
Error message "sObject is not supported" may be shown if your account do NOT have Manage Multi-Factor Authentication in API permission.
To enable this permission
1. Go to Setup -> Manage Users -> Permission Sets , click New to create a new permission set.
2. Select "System Permissions" .
3. Click "Edit" , scroll down to items below ,and checked the box. Then save.
- Manage Multi-Factor Authentication in API
- Manage Multi-Factor Authentication in User Interface
4. Add the permission set to a user account you use to run the SOQL by using "Assign" button.
5. Click "Done" to save the setting.
6. Run the SOQL again.


No comments:
Post a Comment