Dayzure Practical answers to your Daily Azure questions

Update object properties in Azure AD Graph API
astaykov on 2. November 2015 02:45

How can I update a specific object property in Azure AD using the Graph API?

Check out this 5 minutes video to find out how

The code used in this video follows:

The body of your HTTP request is just a JSON object containing only the properties you want to update.

Comments are closed