InviteExternalUser
Invites an external user to join the organization with specified access permissions.
Input
| Name | Type | Description |
| UserEmailAddress | String | The email address of the external user being invited to the Azure Active Directory. |
| RedirectURL | String | The URL to which the invited user will be redirected after accepting the invitation, typically a sign-in or onboarding page. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the invitation operation completed successfully. Returns true for success and false for failure. |
| Id | String | The unique identifier associated with the invitation operation, useful for tracking or auditing. |
| ReedemURL | String | The URL the invited user should use to redeem their invitation and access the application or resource. |
| InvitedUserId | String | The unique identifier assigned to the invited user within Azure Active Directory upon successful creation. |