'Azure Graph API update for admins
By default Azure graph protocol does not allow updating admins using API, and that is why the sync between 3rd party and Azure does not work when provisioning is setup.
What needs to be done in this case for the azure admins? How will the data be update for those users?
Solution 1:[1]
Assuming you are updating an users that has global adminsitator role.
Make Sure to update those users you need also global admins role.Not all properties can be updated by Member or Guest users with their default permissions without Administrator roles.
following permissions is required to call this API.
I am trying to update the bussiness phone number and office location using patch operation by passing the json value in request body.
Graph API : https://graph.microsoft.com/v1.0/users/{userId}
You can refer this MS Document for more information.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | RahulKumarShaw-MT |




