Hi @Christoffer Lopez Fredriksson
If I understand correctly you are trying to create a way to invite a guest user by taking the attributes from static web app and pass the attribute to logic app with the graph API endpoint to invite the guest user.
- you can integrate a static web app with Logic app, use JavaScript or any front-end framework to make an HTTP request to a web endpoint when the form is submitted.
- Create a Logic App in Azure that can be triggered by an HTTP request. This will serve as the endpoint for your static web app's form submissions.
- Set up the Logic App to handle incoming data. You can use connectors within the Logic App to interact with other services, such as Azure Active Directory for creating guest accounts using the Graph API.
From the logic app you can invite the guest user by using the graph API endpoint. you can go refer the video-> create a new invitation add an external user to the organization. Logic Apps Graph API.
May I know what the other attribute are you are looking, and could you please explain more what you mean "combine these two by first creating the account setting it up with the attributes populated to then generate an invite for the sign in experience that the invitation API provides?"
Hope this helps. If this is not your query do let us know by responding in the comments section.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.