TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Microsoft Graph API
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Vinodh Narayanan (8)
Shantha Kumar T (7)
Nilesh Shah (3)
Nanddeep Nachan (2)
Vinit Kumar (2)
Jalpa Dhola (1)
Deepika Edakkoth (1)
Kaviya Balasubramanian (1)
Shrusti Shah (1)
Abhijeet Jadhav (1)
Vijai Anand Ramalingam (1)
Ravishankar Velladurai (1)
Joseph Velliah (1)
Vidhya Vaidhyanathan (1)
Ashish Rastogi (1)
Suthahar Jegatheesan (1)
Related resources for Microsoft Graph API
No resource found
Paging Microsoft Graph data in SPFx
10/31/2024 4:29:31 AM.
Microsoft Graph return multiple pages of data either due to server-side paging or client-side paging. Paging data helps improve the performance of your app and the response time of Microsoft Graph.
SharePoint Online - Add/Update Taxonomy Field Using Graph API
10/25/2024 10:31:41 AM.
This guide covers step-by-step instructions for integrating taxonomy fields, managing metadata, and customizing fields in SharePoint lists and document libraries. Enhance your SharePoint solutions wit
Filter and Display New Employees in Power Apps with Microsoft Graph
9/3/2024 5:05:57 AM.
Create a Power Apps app that lists new employees who joined this year by using the Microsoft Graph API. With a button click, retrieve and display user data filtered by hire date in a gallery. This app
Calling Graph API From Power Automate Flow
6/11/2024 12:12:58 PM.
Discover how to integrate Microsoft Graph API with Power Automate by registering applications in Azure AD, setting up administrative access, creating workflows with API permissions, obtaining consent
Get Activity Details Of All OneDrive Users Using Microsoft Graph API
5/2/2024 9:52:56 AM.
In this article, we will learn how to leverage the Microsoft Graph API to retrieve detailed activity insights for all OneDrive users. Discover user analytics, monitor usage patterns, and integrate dat
Create Office 365 Groups With SPFx
4/8/2024 9:12:50 AM.
In this article, you will learn to integrate Office 365 Groups creation seamlessly with SharePoint Framework. Utilize Microsoft Graph API for efficient group management, enhancing collaboration within
Read Email From Mailbox Folders Using Microsoft Graph API
5/30/2023 9:53:30 AM.
In this article, I have explained how to retrieve emails from mailbox folders from your Office 365 account using Microsoft Graph API endpoint.
Fetch Documents From SharePoint Document Library Using Microsoft Graph API
11/28/2022 5:42:34 AM.
In this article, you will learn how to fetch documents from SharePoint document library using Microsoft Graph API.
How To View Installed Apps For Team
2/3/2022 3:29:51 PM.
In this article, you will learn how to view the installed apps for the specific Microsoft Team using Teams UI and Microsoft Graph API.
Restrict @team Mentions In Microsoft Team Messaging
1/13/2022 5:46:19 AM.
How to block or restrict the @team mentions in Chat messaging for particular Microsoft Team
Restrict Owners From Deleting Chat Messages In Team
1/11/2022 3:51:56 PM.
How to block or restrict the team owners from deleting the messages from the Microsoft Team Chat for particular Team
Restrict Members From Editing Chat Messages In Team
1/8/2022 4:13:43 PM.
How to prevent or users/members from changing their own messages in Microsoft Team Chat for the particular Team
Delta Queries In Microsoft Graph API Using C#
8/9/2020 11:34:28 PM.
This article discusses Delta Queries in Microsoft Graph using C#.
Fetch An Access Token To Access Microsoft Graph API Using Msal.JS (Microsoft Security Authentication Library)
7/3/2020 7:44:34 AM.
In this article, I have explained how to fetch an access token using MSAL JS.
How To Restore MS Teams Using Graph API In PowerShell
6/9/2020 8:45:02 PM.
This article demonstrates how to restore Archived MS Teams using Microsoft Graph API in PowerShell.
How To Archive MS Teams Using Graph API In Powershell
6/1/2020 5:38:07 AM.
This article demonstrates how to Archive MS Teams using Microsoft Graph API in PowerShell.
How To Access Microsoft Graph API In Console Application
5/13/2020 8:16:09 AM.
In this article, you will see how to access Microsoft Graph API in Console Application.
Graph API Using Android Application
2/19/2020 12:38:29 AM.
This article demonstrates how to add Microsoft Graph API using Android Application to get access token and call Microsoft Graph API or other APIs that require access tokens from Azure Active Directory
Microsoft Graph API - User Presence Endpoints
1/25/2020 2:45:25 AM.
In this article, you will learn about Microsoft Graph API - user presence endpoints.
Microsoft Graph Explorer Way To Manage Planner
1/22/2020 8:45:01 PM.
Learn how to create and get the plans associated to the Office 365 group using Microsoft Graph Explorer
Accessing MS Teams From Inside SPFx Web Part
8/21/2019 1:25:45 AM.
In this article, you will learn how to access MS Teams from inside the SPFx Web Part.
Retrieve Calendar Events Using Microsoft Graph API
4/3/2019 1:14:38 AM.
In this article, I have explained how to fetch events from the calendar for a particular user in SharePoint with the help of Microsoft Graph API.
Integrating Graph API With Node.js App On Azure
1/21/2019 8:37:27 AM.
This article describes the steps for integrating SharePoint, Microsoft Graph API, and Node.js apps on Azure.
Retrieve Site Collections And SubSites Using Microsoft Graph API
10/22/2018 11:52:47 PM.
In this article, I have explained how to retrieve the top site collections and subsites using Microsoft Graph API.
What is New In MS Graph API
4/18/2018 1:18:02 AM.
Recording of webinar on "What's new in MS Graph API"
Upload And Set Office 365 Profile Image Using Microsoft Graph API
3/30/2018 10:18:22 AM.
In this article, I have explained how to change your profile image in Office 365 and set it into Office 365 from SharePoint online using Microsoft Graph API.
Send Email Using Microsoft Graph API From SharePoint Online
3/19/2018 12:44:50 PM.
In this article, I have explained how to send an email using Microsoft Graph API.
Getting User Properties From Office 365 Using Microsoft Graph API
3/17/2018 11:23:21 AM.
In this article, I have explained how to retrieve user properties from Office 365 using Microsoft Graph API
How To Fetch Access Token Using Microsoft Graph API
3/3/2018 12:24:39 PM.
In this article, I have explained how Microsoft Graph API works.
Using Optional Query Parameters With Microsoft Graph API - Part Two
11/14/2017 6:13:59 PM.
When you fire an API call to MS Graph, it will return the JSON result with all the properties. You may not need all the properties of a result set always. When you want MS Graph API to return only cer
Using Optional Query Parameters With Microsoft Graph API - Part One
10/12/2017 12:28:47 PM.
While Microsoft already has all the documentation to cover all its technology, in this article I will try to explain these ODATA query parameters with some different angles and usage scenarios. I’m su
Getting started with Microsoft Graph API in a Xamarin Forms Application
6/23/2017 11:39:27 AM.
In this article you will learn how to implement login authentication and send mail using Microsoft graph API in the Xamarin Forms application.
Getting Started With Microsoft Graph API Explorer
5/15/2016 2:07:40 PM.
In this article you will learn about Microsoft Graph API Explorer.