Hi there!
Could you please tell is it possible to update user's onPremisesImmutableId using Graph API? If not if there is any api that could do it?
Hi there!
Could you please tell is it possible to update user's onPremisesImmutableId using Graph API? If not if there is any api that could do it?
You can update it via PATCH request against the /users endpoint:
The usual caveats apply - this can only be updated on user whose SOA is in the cloud.
3 people are following this question.