Salesforce Fact #964 | TwoFactorMethodsInfo object

There is an object TwoFactorMethodsInfo which keeps track of the identity verification methods which the user has registered.

1) In order to access the object, user requires the 'Manage MFA in API' user permission.

2) If a DML and a query on this object is performed on the same call, it throws an error.

Reference: https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_twofactormethodsinfo.htm

Comments

Popular posts from this blog

Salesforce Fact #913 | Access selected record field values in screen flow lookup w/o Get Records