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
Vivek Pandey 102Vivek Pandey 102 

Need to know IsActive status of 26 thousands users in Salesforce org

Hi Folks,
I need to know the Active status of users in Salesforce. We have a sheet of 26 thousdands user records.I tried with 300 records in workbench but it will take time. Can anyone please suggest the smart way to do so for 26 thousands user names in a go.

Thanks,
SwethaSwetha (Salesforce Developers) 
HI Vivek,
You could go with the custom code approach of using batch class.

Related: https://salesforce.stackexchange.com/questions/150177/how-to-check-users-manager-isactive-status

If this information helps, please mark the answer as best. Thank you
Vivek Pandey 102Vivek Pandey 102
Thanks Swetha for quick reply. I already have a sheet with 26000 user records, I just need to check status of these 26000 records(User names). I tried with Workbench>SOQL query but it was errored out.