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.
Azure AD application
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
2 answers
Sort by: Most helpful
-
Vasil Michev 119.7K Reputation points MVP Volunteer Moderator
2022-02-01T08:43:36.987+00:00 -
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/