📚 Expand Your Knowledge:
For a more comprehensive guide on performing user-related operations and advanced search using the Graph API, check out our detailed videos:
Part 1: Master User Management in Microsoft Entra ID using Graph API: Complete Tutorial: • Part 1: Mastering Microsoft Entra ID User ...
Part 2: Mastering Advanced Filters in Microsoft Graph API | Tutorial on Enhancing Data Retrieval: • Part 2: Mastering Advanced Filters in Micr...
Part 3: Mastering Microsoft Entra ID Group Management with Graph API: Full Tutorial
• Part 3: Mastering Microsoft Entra ID Group...
How to Generate Access Tokens in Azure Entra Using the Graph API: • How to Generate Access Tokens in Azure Ent...
🎥 In This Video:
Learn how to update the property values of a group in Microsoft Entra ID. We'll demonstrate how to create a new HTTP request named "Update Group" using the PATCH method. Set the URL to https://graph.microsoft.com/v1.0/groups/{GroupID}. To find the Group Object ID, navigate to the Group section in portal.azure.com and copy the Group Object ID from there. Replace {GroupID} in the URL with the copied ID. In the headers of your request, include Content-Type: application/json and Authorization: Bearer token. Not sure how to create a new token? Watch our video titled "How to Generate Access Tokens in Azure Entra ID Using the Graph API," linked in the video description below. In the request body, specify only the properties that need to be updated. For instance, to change the group’s display name from “Finance Team Access” to “Finance Team”. Properties not mentioned in the request body will retain their existing values. After setting up your request, click the "Send" button to execute it. A status code of 204 indicates success. To verify the updated value, navigate to portal.azure.com and confirm that the display name is now “Finance Team”.
👍 If you find this tutorial helpful, please like, share, and subscribe for more tech tutorials!
💬 Got questions or feedback? Drop them in the comments below!