Originally posted on August 10 2020 at 07:24 UTC
Hi Suneel - The invitation to a guest user can be sent out using the Create User Request tile form. A workflow having an Invite Activity should be set as the "User Modification Workflow" under Global Configuration > Identity Lifecycle, also the Create User Request form should have a Dynamic Attribute which is mapped to the 'User Column' 'email'.Once the form is submitted and the flow hits the Invite Activity block in the workflow, the block looks for the value (email address) of the Dynamic Attribute field mapped to the 'email' column and uses this value to send out the invitation email to. Ensure that the email template contains the following binding variable (for the URL of the end-user Registration Form).
https://<Domain Name>:<port>/ECM/home/external?token=${token}
This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.