SharePoint Online : Export User Profiles using CSOM
With SharePoint 2013, Microsoft has provided the ability to fetch User Profile information client side using CSOM API’s. The intent of this article is to to authenticate to SharePoint Online and using CSOM API fetch all user profiles to csv file.
This script is tested on these platforms by the author. It is likely to work on other platforms as well. If you try it and find that it works on another platform, please add a note to the script discussion to let others know.