Hello,
I have an Active Directory synchronized on an Azure AD (with Azure AD Connect) and I want to create a script that changes user attributes.
I use API Graph calls and it works for full cloud accounts but not for synchronized ones and returns the error :
“Unable to update the specified properties for on-premises mastered Directory Sync objects or objects currently undergoing migration.”
Do you know if it is possible to modify sync user attributes with API Graph ?
Thanks you