Tagged: Azure Active Directory access tokens

Python - Executing the Microsoft Graph API query - Fetching top 5 users 0

Python – Accessing Microsoft GRAPH API

Hi All, Greetings for the day!!! Today bit new topic. Background : Since in my organization one of developer have an issue while accessing Microsoft GRAPH API from his Python application This query came...

Office 365 - Microsoft Graph - CodeBase to fetch the count of Owner of the groups 1

Office 365 – Microsoft Graph – Part 5 – Fetching Office 365 group owners using CSOM – Codebase

In last article we discussed about fetching all Office 365 groups.

In this article we will go one step ahead – we will discuss about fetching the respective group owners.

We will discuss about one simple use case.

2

Office 365 – Microsoft Graph – Part 3 – Azure Access Token: to call Graph APIs from CSOM

Hi All, In this article we will discuss most important concept “Azure Access Token”, which we require to call Graph APIs. In last couple of articles, we started discussion about Microsoft Graph and one...