In the Microsoft Graph API’s depOnboardingSettings resource, there are no parameters directly named status
and lastSyncStatus
. I recommend that you combine the following parameters to obtain the relevant status information.
-
lastSuccessfulSyncDateTime
: The date and time of the last successful sync. -
lastSyncTriggeredDateTime
: The date and time when the last sync was triggered. -
lastSyncErrorCode
: The error code for the last sync attempt.
Hope this helps.
If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.