Hello!
I am working on an app which, when you create a new user in the Bubble app, it should send an API request to my Azure AD Tenant (M365 Business) and create a new user within the directory using the details of the created user in Bubble.
I found this article Create User - Microsoft Graph v1.0 | Microsoft Learn from Microsoft explaining how to do it, but I can’t seem to understand how to apply this in the Bubble API plugin.
Can anyone help??