Recently I successfully fetched the users added to https://admin.google.com/ using the google Directory API and did a server to server authentication for the task.
Now, I need same things to be done in Office 365. Where do I start it ? Like https://admin.google.com/ what does it have in office 365.
**Is it a Azure Active Directory subscription what I need **
where and How to start with office 365 API? Though I found this https://msdn.microsoft.com/en-us/office/office365/api/api-catalog looks like it is more associated with outlook but not the users from office 365 admin
Can I get something like google-python-api-client for office 365 as I am working from python. It's not officially available here https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-authentication-libraries
Does it have server to server authentication service like for google api where we can make the authorization with p12 or json file. Why I need this is because I am working in console application
Thanks