Hello!
I am reaching out seeking developer support for Microsoft 365 / Graph API. Specifically, I need to write some Python code that automates the deprovision of a user. Bottom line, I want to avoid the manual steps and use the API to handle the process.
What I cannot figure out or neither find in the documentation are the following two major tasks.
1) Referring to Exchange Admin Center => User’s Mailbox => Email Apps => Manage email apps settings
Does the Graph API allow the management of the email apps?
Can I disable all the apps for a specific user?
2) Referring to Microsoft 365 Admin Center => Delete user => Giving another user access to [first] [last]’s email.
Does the Graph API allow to delete a user while giving another user access to its email?
Would you please let me know if I can automate steps (1) and (2) below exclusively through REST API calls and where the API references are?
Thanks!