Is it possible to get SharePoint Permission groups(Not security groups) using MS Graph api?

Sadhu Sivakoteswara rao 20 Reputation points
2023-11-02T06:41:40.98+00:00

Hello All,

I want to get SharePoint permission groups using MS Graph api. is it possible to get group details? Please share if you have any details on that.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,447 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,301 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,810 questions
0 comments No comments
{count} votes

Accepted answer
  1. RaytheonXie_MSFT 33,641 Reputation points Microsoft Vendor
    2023-11-03T02:38:48.0866667+00:00

    Hi @Sadhu Sivakoteswara rao,

    Per my research, I do agree with Rob Windsor's answer. There is no such graph api currently. As a workaround, I would recommend you to use rest api to get groups in sharepoint site. Please refer to following api

    _api/web/SiteGroups
    

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

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Rob Windsor 1,961 Reputation points
    2023-11-02T07:51:02.3666667+00:00

    No, Microsoft Graph does not provide access to SharePoint permission groups. To work with SharePoint permission groups you would need to use the SharePoint REST API or Client Object Model (CSOM).

    0 comments No comments