Hello, I'll start by saying that I'm new to working with ms azure, but I got the following task at work, using azure AD to get a list of Sharepoint users and their properties. It is desirable without using the code (for the admin), but not necessarily.

Azure AD and Sharepoint are synchronized, but when I try to get (return) information about users it fails.

  • Need to get a list of users from SharePoint? Please specify. - Alexander Ulmaskulov
  • Yes, I have users in SP, and I need to pull them up in Azure, I read that you need to use the Token for this and this is not possible in the basic version of Azure. - JhonBlack
  • SharePoint cloud? And I correctly understood that users filled out their profiles in SharePoint and you want this data to go to AD, right? - Alexander Ulmaskulov
  • Sorry for not answering for a long time, but users have filled out their profiles in SP and I want them to go to AD. - JhonBlack

1 answer 1

So, judging by the commentary on the question, the task is to transfer data from the SharePoint Profile Service to Active Directory. AD is hosted in Azure.

This can be done using Powershell.
Information on how to work with Azure AD via Powershell is here . You need to update the required fields.
But before that you need to get the necessary values ​​from SharePoint Online.