<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>graphapi &#8211; achraf ben alaya</title>
	<atom:link href="https://achrafbenalaya.com/tag/graphapi/feed/" rel="self" type="application/rss+xml" />
	<link>https://achrafbenalaya.com</link>
	<description>Tech Blog By Achraf Ben Alaya</description>
	<lastBuildDate>Thu, 25 Feb 2021 11:02:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.7</generator>

<image>
	<url>/wp-content/uploads/2022/02/cropped-me-scaled-1-32x32.jpeg</url>
	<title>graphapi &#8211; achraf ben alaya</title>
	<link>https://achrafbenalaya.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">189072172</site>	<item>
		<title>Hello Microsoft Graph !</title>
		<link>https://achrafbenalaya.com/2021/02/25/hello-microsoft-graph/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hello-microsoft-graph</link>
					<comments>https://achrafbenalaya.com/2021/02/25/hello-microsoft-graph/#respond</comments>
		
		<dc:creator><![CDATA[achraf]]></dc:creator>
		<pubDate>Thu, 25 Feb 2021 10:57:52 +0000</pubDate>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[graphapi]]></category>
		<guid isPermaLink="false">https://achrafbenalaya-ekgvbjdjgta4b4hz.francecentral-01.azurewebsites.net/?p=1109</guid>

					<description><![CDATA[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&#8217;s including bots and website API&#8217;s .. so I decided to start writing about it and also add a full section for it . [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>HI ,<br />
Today we are going to introduce Microsoft Graph , why now ?</p>
<p>The last couple of months I have been using the Microsoft Graph API for a couple of project&#8217;s including bots and website API&#8217;s .. so I decided to start writing about it and also add a full section for it .</p>
<h1>What is Microsoft Graph ?</h1>
<p>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.</p>
<p>In few words , it&#8217;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&#8230;</p>
<h1>Why you need to integrate Microsoft Graph ?</h1>
<p>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 !</p>
<p>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)</p>
<h1>Where to get started ?</h1>
<p>Well , you can start reading about the Microsoft graph from this <a href="https://bit.ly/3bvA4Ha">link . </a></p>
<p>In the previous link you will find all the information&#8217;s you need related to Graph API and how to use it .</p>
<p><a href="https://achrafbenalaya-ekgvbjdjgta4b4hz.francecentral-01.azurewebsites.net/wp-content/uploads/2021/02/microsoft-graph.png"><img fetchpriority="high" decoding="async" class="aligncenter size-full wp-image-1111" src="https://achrafbenalaya-ekgvbjdjgta4b4hz.francecentral-01.azurewebsites.net/wp-content/uploads/2021/02/microsoft-graph.png" alt="" width="800" height="391" srcset="/wp-content/uploads/2021/02/microsoft-graph.png 800w, /wp-content/uploads/2021/02/microsoft-graph-300x147.png 300w, /wp-content/uploads/2021/02/microsoft-graph-768x375.png 768w, /wp-content/uploads/2021/02/microsoft-graph-750x367.png 750w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>&nbsp;</p>
<h3 id="popular-api-requests" class="heading-anchor">Popular API requests :</h3>
<div class="row clearfix">
<div class="col-md-6">
<p>Operation</p>
<table class="table">
<tbody>
<tr>
<td>GET my profile</td>
</tr>
</tbody>
</table>
<table class="table">
<tbody>
<tr>
<td>GET my files</td>
</tr>
</tbody>
</table>
<table class="table">
<tbody>
<tr>
<td>GET my photo</td>
</tr>
</tbody>
</table>
<table class="table">
<tbody>
<tr>
<td>GET my mail</td>
</tr>
</tbody>
</table>
<table class="table">
<tbody>
<tr>
<td>GET my calendar events</td>
</tr>
</tbody>
</table>
<table class="table">
<tbody>
<tr>
<td>GET users in my organization</td>
</tr>
</tbody>
</table>
<table class="table">
<tbody>
<tr>
<td>GET my notes</td>
</tr>
</tbody>
</table>
</div>
<div class="col-md-6">
<p>URL</p>
<table class="table">
<tbody>
<tr>
<td><a href="https://graph.microsoft.com/v1.0/me">https://graph.microsoft.com/v1.0/me</a></td>
</tr>
</tbody>
</table>
<table class="table">
<tbody>
<tr>
<td>https://graph.microsoft.com/v1.0/me/drive/root/children</td>
</tr>
</tbody>
</table>
<table class="table">
<tbody>
<tr>
<td>https://graph.microsoft.com/v1.0/me/photo/$value</td>
</tr>
</tbody>
</table>
<table class="table">
<tbody>
<tr>
<td><a href="https://graph.microsoft.com/v1.0/me/messages">https://graph.microsoft.com/v1.0/me/messages</a></td>
</tr>
</tbody>
</table>
<table class="table">
<tbody>
<tr>
<td>https://graph.microsoft.com/v1.0/me/events</td>
</tr>
</tbody>
</table>
<table class="table">
<tbody>
<tr>
<td>https://graph.microsoft.com/v1.0/users</td>
</tr>
</tbody>
</table>
<table class="table">
<tbody>
<tr>
<td>https://graph.microsoft.com/v1.0/me/onenote/notebooks</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
</div>
</div>
<h3 id="popular-api-requests" class="heading-anchor">Most API requests that I have used in last 2 months :</h3>
<div class="row clearfix">
<div class="col-md-6">
<p><strong>Operation</strong></p>
<p>1-Get user by email .<br />
2-delete user .</p>
<p>3-create user .</p>
<p>4-update user .</p>
<p>5-create a new group .</p>
<p>6-my high important mail .</p>
</div>
<div class="col-md-6">
<p><strong>URL</strong></p>
<p>1-https://graph.microsoft.com/v1.0/users/email<br />
2-https://graph.microsoft.com/v1.0/users/{id | userPrincipalName}<br />
3-https://graph.microsoft.com/v1.0/users<br />
4-https://graph.microsoft.com/v1.0/users/{id | userPrincipalName}<br />
5-https://graph.microsoft.com/v1.0/groups<br />
6-https://graph.microsoft.com/v1.0/me/messages?$filter=importance eq &#8216;high&#8217;</p>
</div>
</div>
<p>Is there any samples or any existing application&#8217;s ?</p>
<p>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..</p>
<p>You can use this <a href="https://bit.ly/2ZRzvCl">link</a> to read more .</p>
<p>You can create <a href="https://bit.ly/3uyY3ye">account, a </a>free sandbox, tools, and other resources you need to build solutions for the Microsoft 365 platform</p>
<p>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 <a href="https://bit.ly/3klQOEZ">channel</a> .</p>
]]></content:encoded>
					
					<wfw:commentRss>https://achrafbenalaya.com/2021/02/25/hello-microsoft-graph/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1109</post-id>	</item>
	</channel>
</rss>
