Add DirSync properties to /directory/onPremisesSynchronization

Add DirSync properties to /directory/onPremisesSynchronization
6

Upvotes

Upvote

 May 02 2023
0 Comments 
New

We need the Microsoft Graph API to return the following properties.  Can they be added to the Graph API endpoint GET "/directory/onPremisesSynchronization"?

  • DirSyncServiceAccount
  • DirSyncApplicationType
  • DirSyncClientMachineName
  • DirSyncClientVersion

We currently get these properties from the Get-MsolCompanyInformation, Get-MsolDirSyncConfiguration or Get-MsolDirSyncFeatures cmdlets from MSOnline but that module is EOL and also does not work for us partners who use GDAP.

 

In /beta/organization the property onPremisesSyncEnabled is null if it is disabled and instead we think it should return the boolean false.  When it is enabled it returns boolean true.