Could not find Microsoft Graph API for managing Group's "Roles and administrators, Source & Membership type" properties.

caids office365 0 Reputation points
2023-04-14T06:09:44.66+00:00

Hi, We are using "Microsoft Graph REST API v1.0" to manage(Create, Read, Update & Delete) Users and Groups of our Azure endpoint. We could not find related API for managing following Group properties. Could you please help in this regard. Group Properties:

  1. Roles and administrators
  2. Azure role assignments
  3. Source
  4. Membership type Following is the screenshot of the Azure Portal Group overview with the missing properties for your reference. MicrosoftGraphAPIGroups

Thank you in advance.

Regards,

Laxminarayana Namani.

Microsoft Security | Microsoft Graph
{count} votes

1 answer

Sort by: Most helpful
  1. Bhanu Kiran 3,616 Reputation points
    2023-04-14T23:47:00.3533333+00:00

    Hello @caids office365 ,

    By managing group properties, if you are implying that you would like to make changes to the group properties using graph API, then please note that you can only update the following properties listed in the document using Update group API.

    If you are looking to get/list and read specific group properties, you can use $select query parameter and query those specific properties mentioned in the document.

    https://learn.microsoft.com/en-us/graph/api/resources/group?view=graph-rest-1.0#properties

    Hope this helps.

    If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.