Question:
How is the locked users list exported in CRM Online?
Answer:
Users can use the query (below) on Workbench or Data Loader to export the locked users list:
SELECT Id, UserId, IsFrozen, IsPasswordLocked FROM UserLogin where IsPasswordLocked = True
Related Documentation:
SFDC Help Documentation
Send us your feedback: We're always looking for advice to help improve our Knowledge Base! Please let us know if this article was helpful or provide feedback on how we can improve your experience here.
Thank you