Read Members from AAD Groups Using C#
Sep 4, 2023 · 2 min read · Let's implement how to get users from AAD (Azure Active Directory) group. Pre-requisite Register App in "App Registration" under Azure Active Directory. Set the API Permissions of the Registered App 1. GroupMember.Read.All 2. User.Read 3. User.Read...
Join discussion