I want to invite external users to access few applications in my Azure AD tenant. I have used Graph API to sent bulk invite to the users.Now,in order to display the applications in the AD access panel for the users, I need to provide them access to the applications. I think the approach would be creating a group of guest users and assign the group to the applications.
How can I add the guest users in a group while sending invite?
Does the invitation API provide any optional parameter to add the invited user in a group?
Also, can I assign the application(s) permission to the guest user or a guest user group through API in time of sending invitation?
Any code sample will help.