mdriest
May 02, 2023Copper Contributor
Status:
New
Add DirSync properties to /directory/onPremisesSynchronization
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.
No CommentsBe the first to comment