AXA240778
AXA240778

Reputation: 103

Build a webpage/SharePoint page where users can add/remove themselves from O365 groups

I am asked to build a self service application on SharePoint where users can search through list of Publically accessible O365 groups. All users should be able to Add and Remove themselves from any specific group.

I planning to use Graph API for this.

Can anyone please provide some documentation or examples.

Upvotes: 0

Views: 37

Answers (2)

Dev
Dev

Reputation: 2464

I would try the following steps to build your above application:

Upvotes: 1

Monika Reddy
Monika Reddy

Reputation: 973

You can start by looking at the documentations and examples by going through this documentation : Microsoft Graph API

Microsoft Graph is a RESTful web API that enables you to access Microsoft Cloud service resources.

After you register your app and get authentication tokens for a user or service, you can make requests to the Microsoft Graph API.

It has various features that it supports : Major Services in Microsoft Graph

Upvotes: 1

Related Questions