Azure AD application

cleveravocado 1 Reputation point
2022-01-31T21:24:15.717+00:00

We would like for a specific non-admin to access Azure Active Directory through an app (not using powershell) with a search bar to search for users and indicate active or inactive and also change that status of active/inactive. Is there an app already created for this? If not, is this an app that is possible to create using Python?

Microsoft Security | Microsoft Entra | Microsoft Entra ID
{count} votes

2 answers

Sort by: Most helpful
  1. Vasil Michev 119.7K Reputation points MVP Volunteer Moderator
    2022-02-01T08:43:36.987+00:00

    If you only want the user to be able to perform the actions you mentioned above, you will need to build your own custom solution.

    1 person found this answer helpful.
    0 comments No comments

  2. Siva-kumar-selvaraj 15,721 Reputation points
    2022-02-01T20:46:17.787+00:00

    Hello @cleveravocado ,

    Thanks for reaching out.

    Yes, in this scenario, you may need to create your own custom solution which leverages the Graph API to detect inactive user accounts and updates appropriately. Alternatively, you could try leveraging Power Apps in combination with the Azure AD connector to create your own app that can be used to GetUser and UpdateUser and customize as needed. For further information, see [what is Azure AD connection with Power Apps][4].

    Hope this helps.

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

    [4] :https://learn.microsoft.com/en-us/connectors/azuread/

    0 comments No comments

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.