Is there a Graph API to query and understand if the tenant is using “privacy” feature configuration to hide personal data?

Alex Freemon 1 Reputation point
2021-02-16T20:39:57.38+00:00

Some background, our application need to retrieve list of students per class, and in the tenants of this subject, we can’t receive student details, but just the number of students with “null” details.

An MOE would like to enhance their experience and explain to the users why they can’t see students details. For that, we will require a specific query to Graph to understand if the tenant uses “privacy” configuration.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,485 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,818 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Jagadeesh-MSFT 331 Reputation points
    2021-03-08T04:28:46.587+00:00

    Posting the Answer for better knowledge

    Copying from comments

    It's not possible to get Tenant configuration details. To get list of students in class you can use List members request using graph API.

    0 comments No comments