Tag: External users

Retrieving external / guest users via the Microsoft Graph API

A project I was working involved retrieving all external / guest users that have been added to Office 365 and especially to Office 365 Groups. As it had to build in to an Office 365 application I choose to work with the Microsoft Graph. First thing I did was retrieving all users with the standard API call:

Read more
Back to top