Is there an API for extracting Azure AD data?

Stephen Joe Tiamsing 21 Reputation points
2021-10-19T05:42:15.23+00:00

Is there any API that I can use to extract Azure AD data? Preferably should be usable with Python or C++.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,991 questions
0 comments No comments
{count} votes

Accepted answer
  1. AmanpreetSingh-MSFT 56,731 Reputation points
    2021-10-19T07:25:01.257+00:00

    Hi @Stephen Joe Tiamsing • Thank you for reaching out.

    You can use Graph API to extract Azure AD data. Most of the examples in the documentation include tabs for various languages, that you can refer to. Below is a snip of getting a list of all Azure AD users via Graph API:

    141681-image.png

    Feel free to tag me in your reply if you have any further question.

    -----------------------------------------------------------------------------------------------------------

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.