Achraf Ben Alaya
No Result
View All Result
  • News
  • Blog
    • blazor
    • c#
    • Cloud
      • Azure
    • docker
    • sql
    • xamarin
    • Dapr
    • Tricks, Tips and Fixes
  • Cloud
  • Motivation
  • General Tips & Fix
  • Exam Preparation
    • AZ-104
    • AZ-400
  • About
    • Resume
SUBSCRIBE
  • News
  • Blog
    • blazor
    • c#
    • Cloud
      • Azure
    • docker
    • sql
    • xamarin
    • Dapr
    • Tricks, Tips and Fixes
  • Cloud
  • Motivation
  • General Tips & Fix
  • Exam Preparation
    • AZ-104
    • AZ-400
  • About
    • Resume
No Result
View All Result
Achraf Ben Alaya
No Result
View All Result
ADVERTISEMENT
Home Blog Cloud Azure

Hello Microsoft Graph !

achraf by achraf
February 25, 2021
in Azure, Blog, Cloud
3 min read
0
Hello Microsoft Graph !
0
SHARES
231
VIEWS
Share on FacebookShare on Twitter

HI ,
Today we are going to introduce Microsoft Graph , why now ?

The last couple of months I have been using the Microsoft Graph API for a couple of project’s including bots and website API’s .. so I decided to start writing about it and also add a full section for it .

What is Microsoft Graph ?

Microsoft Graph is the gateway to data and intelligence in Microsoft 365. It provides a unified programmability model that you can use to access the tremendous amount of data in Microsoft 365, Windows 10, and Enterprise Mobility + Security. Use the wealth of data in Microsoft Graph to build apps for organizations and consumers that interact with millions of users.

In few words , it’s an API that you can connect through your apps to do some work , for example you can add users , assign licenses ,block user ,get calendar events ,see recent activity ,create teams meeting etc…

Why you need to integrate Microsoft Graph ?

In simple , if you need to develop a productive application that include things that you do daily and you have to move from inbox to photos to calendar , you can have all that in one place , better than that you can create an app that help you scan your calendar and suggest the best time for something you want to do , or maybe scan your files for something specific , also it can let you know the  items trending around you !

Depends on your needs , you can create something that can be very helpful for you and for your team too (example sending reminder notification for team)

Where to get started ?

Well , you can start reading about the Microsoft graph from this link . 

In the previous link you will find all the information’s you need related to Graph API and how to use it .

 

Popular API requests :

Operation

GET my profile
GET my files
GET my photo
GET my mail
GET my calendar events
GET users in my organization
GET my notes

URL

https://graph.microsoft.com/v1.0/me
https://graph.microsoft.com/v1.0/me/drive/root/children
https://graph.microsoft.com/v1.0/me/photo/$value
https://graph.microsoft.com/v1.0/me/messages
https://graph.microsoft.com/v1.0/me/events
https://graph.microsoft.com/v1.0/users
https://graph.microsoft.com/v1.0/me/onenote/notebooks

 

Most API requests that I have used in last 2 months :

Operation

1-Get user by email .
2-delete user .

3-create user .

4-update user .

5-create a new group .

6-my high important mail .

URL

1-https://graph.microsoft.com/v1.0/users/email
2-https://graph.microsoft.com/v1.0/users/{id | userPrincipalName}
3-https://graph.microsoft.com/v1.0/users
4-https://graph.microsoft.com/v1.0/users/{id | userPrincipalName}
5-https://graph.microsoft.com/v1.0/groups
6-https://graph.microsoft.com/v1.0/me/messages?$filter=importance eq ‘high’

Is there any samples or any existing application’s ?

Microsoft offer tutorials with step by step training exercises that guide you through creating a basic application using different platfrom like NetCore , Nodejs ,Python etc..

You can use this link to read more .

You can create account, a free sandbox, tools, and other resources you need to build solutions for the Microsoft 365 platform

In the next few months , I will be sharing more details about the graph API with sample demos that I will share in my blog and also in my YouTube channel .

ShareTweet
Previous Post

You forget to shutdown your virtual machine on your way home ? send an email and save your time

Next Post

Microsoft Ignite Cloud Skills Challenge March 2021

Related Posts

Switch to Azure Container Registry from Docker Hub
Azure

From Docker Hub, switch to Azure Container Registry & AKS

January 16, 2023
132
How to setup nginx reverse proxy && load balancer for aspnet core apps with Docker and azure kubernetes service (AKS)
Azure

How to configure an ingress controller using TLS/SSL for the Azure Kubernetes Service (AKS)

November 25, 2022
229
How to setup nginx reverse proxy && load balancer for aspnet core apps with Docker and azure kubernetes service (AKS)
Azure

How to setup nginx reverse proxy && load balancer for aspnet core apps with Docker and azure kubernetes service (AKS)

November 23, 2022
102
How to setup nginx reverse proxy for aspnet core apps with and without  Docker compose
Azure

How to setup nginx reverse proxy for aspnet core apps with and without Docker compose

November 23, 2022
153
Win free certifications at the Microsoft Build Cloud Skills Challenge | May 2022 🎁
Blog

Win free certifications at the Microsoft Build Cloud Skills Challenge | May 2022 🎁

May 28, 2022
107
Generating report for SSL Certificates for Websites with PowerShell
Azure

Generating report for SSL Certificates for Websites with PowerShell

April 10, 2022
386
Next Post
Microsoft Ignite Cloud Skills Challenge March 2021

Microsoft Ignite Cloud Skills Challenge March 2021

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Terraform

Certifications

Microsoft certified trainer (MCT)

Recommended

Recover a deleted storage account azure

Recover a deleted storage account azure

December 14, 2020
479
Reading Excel file in Azure Web Apps

Reading Excel file in Azure Web Apps

December 1, 2020
1.1k
How to setup nginx reverse proxy && load balancer for aspnet core apps with Docker and azure kubernetes service (AKS)

How to configure an ingress controller using TLS/SSL for the Azure Kubernetes Service (AKS)

November 25, 2022
229
Setting up Serilog in ASP.NET Core

Setting up Serilog in ASP.NET Core

September 15, 2020
1.7k
Dapr – Service Invocation Part 1/2

Dapr – Service Invocation Part 1/2

August 17, 2021
510
How to SSH into AKS Nodes

How to SSH into AKS Nodes

May 11, 2021
3.8k
Facebook Twitter LinkedIn Youtube
Switch to Azure Container Registry from Docker Hub

From Docker Hub, switch to Azure Container Registry & AKS

January 16, 2023
How to setup nginx reverse proxy && load balancer for aspnet core apps with Docker and azure kubernetes service (AKS)

How to configure an ingress controller using TLS/SSL for the Azure Kubernetes Service (AKS)

November 25, 2022
How to setup nginx reverse proxy && load balancer for aspnet core apps with Docker and azure kubernetes service (AKS)

How to setup nginx reverse proxy && load balancer for aspnet core apps with Docker and azure kubernetes service (AKS)

November 23, 2022

Categories

  • Apps (1)
  • Azure (39)
  • blazor (2)
  • Blog (62)
  • c# (7)
  • Cloud (37)
  • Dapr (4)
  • docker (3)
  • Games (1)
  • General Tips & Fix (1)
  • Motivation (3)
  • motivation (2)
  • News (9)
  • Resume (1)
  • sql (4)
  • Tricks, Tips and Fixes (3)
  • xamarin (5)
No Result
View All Result
  • News
  • Blog
    • blazor
    • c#
    • Cloud
      • Azure
    • docker
    • sql
    • xamarin
    • Dapr
    • Tricks, Tips and Fixes
  • Cloud
  • Motivation
  • General Tips & Fix
  • Exam Preparation
    • AZ-104
    • AZ-400
  • About
    • Resume