I am trying to automate the enrollment process for Power Pages, so the users have much less to do. This means adding a user via Dataverse and linking it to a user
As part of this I am looking to use Power Automate to create an EXTERNAL user in Entra. If I choose the 'Create User' function as part of Entra ID action, it tries to create a user in the host domain and since i am giving it an external email address. The error summary is:
"Action 'Create_user' failed: The domain portion of the userPrincipalName property is invalid. You must use one of the verified domain names in your organization."
This makes sense if you are creating users in Entra but i want Entra External ID's, where this contraint shouldn't be an issue.
When the Entra ID Connector sign's in, it doesn't ask for a tenant, and my external ID is the default.
I can't seem to find a configuration for this 'action' that tells it to use the External Tenant.
I can't find any direct information but i am getting some feedback that I should be using Graph? But that doesn't seem to fit well with Automate.
Any idea?