Tag: Graph API

Create and Populate Excel Fast Via Graph or Office Scripts
Create and Populate Excel Fast Via Graph or Office Scripts
Webinars

Create and Populate Excel Fast Via Graph or Office Scripts Damien Bird delves into the intricacies of efficiently exporting large volumes of data from the Power Platform to Excel using Power Automate. This session will explore the dynamic capabilities offered by Office Scripts and the Graph API, providing you with valuable insights into streamlining your… READ MORE

Assigning Azure Active Directory Roles for users and service principals using Python, az rest and Graph API
Assigning Azure Active Directory Roles for users and service principals using Python, az rest and Graph API
Blog Posts

I recently got the question on how to assign Azure AD roles to Azure AD users and app registration (service principal (SPN)) using the Azure AD Graph API with the az cli & az rest command. Here’s an example Python script to assign the Global Administrator role to a user: (replace the ‘valid-user-principal-object-id’ with the objectId of the user object) A copy of the Python code can be found on… READ MORE

Manage Users using the Graph API in Power Automate
Manage Users using the Graph API in Power Automate
Blog Posts

When you manage user accounts within Power Automate, you can user the Office 365 Users connector, but sometimes the Graph API can give you more possibilities. Office 365 Users Connector The Office 365 Users connector gives some help with user management with the following actions: Get relevant people Get trending documents Get user photo Get user… READ MORE

Using the Graph API Powershell SDK
Using the Graph API Powershell SDK
Blog Posts

Introduction For a while, when using Graph API and PowerShell I have been using my own implementations of communicating with Graph API as outlined in the following posts: Getting started with Microsoft Graph and PowerShell Authenticating with Graph API Using a Device Code However, at Ignite 2019, it was announced there is a Graph API… READ MORE

Getting started with Graph API and PowerShell
Getting started with Graph API and PowerShell
Blog Posts

If you haven’t heard about Microsoft Graph API lately, you have probably been living outside of civilization. Graph API is Microsoft’s master communication service that connects and handles data between almost any Azure or Microsoft 365 service in the background. If you are already used to PowerShell and modules, the toolkits you use to work… READ MORE

Switch from O365 end points to Graph API
Switch from O365 end points to Graph API
Blog Posts

Follow this blog post to learn how to switch from O365 end points to Graph API. The purpose of this article is to learn how  easy to switch your application from using multiple Office 365 service end points to one end point – graph.microsoft.com. This will make easy to switch the context of applications using… READ MORE