Is there a way to add guest users to Azure AD in an automated way?
The process should work like this:
- A user is sending his microsoft address (e.g. john_doe@hotmail.com) via a form to our web service
- The service is then adding this user to Azure AD by using the functionality "Invite User".
Is it possible to automate this?