Skip to main content

Invite user

Invite users to log in to your Grexx application. By default, an email containing a unique URL is sent to the invitee. When the user follows the link and completes the registration process, a new User case is added to your application in the relevant DTAP environment. An alternative to inviting users is open registration.

If it is not available as standard in your Studio, you can import this system service from Grexx Marketplace. This includes the Invite user wrapper casetype, the System service - Invite user casetype, and several related items.

Invite user casetype

The Invite user casetype wraps around the System service - Invite user casetype. This is because creating a user is an asynchronous process: it is not known if and when the invitee will follow the link in the invitation and complete the process. A separate case must be created for each invitation to accommodate the data of the new User case.

Input

Use a casetype activity to add inputs to the Start invite user form.

AttributeData typeMandatory?Description
NameStringYesName of the invitee. This name is added to the User case that is created and can also be used in the invitation itself.
Email toStringYes*The email address to which an invitation will be sent. *See Invite without email below for more information.
AttachmentsFileNoFiles attached to the invitation email.
Additional Security ProfileCase ID (multivalue)NoSecurity profiles to be applied on first login.
Invited byStringNoThe case ID of the user who sent the invitation.
Invite email template caseidCase IDNoCase ID of the template used for the email. If not specified, the supplied Basic invite email template is used.
Body invite text caseidCase IDNoCase ID of template with HTML.
SubjectStringNoSubject of the invitation email.
Mail fromStringNoSender email address. By default, emails are sent from [email protected]. To send emails from a different address, configure Grexx Platform to send emails from your domain.
Mail from nameStringNoThe display name of the sender.
Return to CaseIDCase IDNoA CaseID from the DTAP environment that the invitation is sent from. The user will be redirected to this case after following the invitation link.
Return to ViewCase IDNoThe CaseID of a view of the casetype specified in Return to CaseID. The user will be sent to this view of the case in Return to CaseID.
Existing userCase IDNoEnter an existing User case that does not yet have an XXID filled in. When the invitation is completed, no new User case is created, but the specified user is used.
SPF Tenant Key(s)StringNoSPF tenant key(s) from your DNS record (for multi-tenant environments).
Number of days invite is validIntegerNoThe validity period for the invitation. The default is seven days. The maximum is 90 days.

Output

Outputs are added to the Result invite user form when the Invite user case is closed.

AttributeData typeMandatory?Description
User caseIDCase IDYesAs soon as the user accepts the invitation and logs in, the user's case ID is returned. You can then use the ID again by putting the ID in an attribute and giving someone a role.
New userBooleanNoIndicates whether the user already exists on the platform. Used in casetype invite user to determine whether the email and name must be filled in. This data will not be adjusted for existing users.
StatusStringNoStatus of the invite. The possible statuses are: created, sent, accepted, and canceled.
HostnameStringNoThe hostname that the user returns to after logging in to XXID.

Invite without email

It is possible to create an Invite user case without supplying the invitee's email address. If no email address is provided, you can retrieve the invite URL from the casedata during the On submit stage of the activity. You can then distribute the URL by some other means, such as via the API or by sending it to the user directly. You can also use this to send the invite URL using the Send email via custom SMTP system service, instead of the default Send email system service.

If the user then registers via XXID with an email address and password, the user will receive an email with which they can verify their email address. If the user registers using a third party authentication option (such as Google or Microsoft), no verification email will be sent.

System service - Invite user

Important:

The Systemservice - Invite user casetype should never be called directly, but always via the Invite user casetype.

System service inputs

AttributeDate typeMandatory?Description
NameStringNoName of the invitee. This name can be found in the User case that is created when the invitation is accepted. You can also use the name in the invitation itself.
Email toStringNoThe email address to which an invitation will be sent.
AttachmentsFileNoAttachments included in the invitation email.
Additional Security profileCase IDNoSecurity profiles to be applied on first login.
Invited byCase IDNoThe case ID of the user who sent the invitation.
Invite email template inlineInline templateNoBody of the invite email.
Invite email template caseidCase IDNoCase ID of the template used for the email. If not specified, the supplied Basic invite email template is used.
Invite body text caseidCase IDNoCase ID of template with HTML.
SubjectStringNoSubject of the invitation email.
Email fromStringNoSender email address. By default, emails are sent from [email protected].
Email from nameStringNoThe display name of the sender.
Invite URLStringNoThe URL to XXID with which the invite can be used.
Existing userCase IDNoInclude an existing user case that has not yet filled in an XXID.
SPF Tenant IDsStringNoIDs for multi-tenant SPF.

System service outputs

AttributeDate typeMandatory?Description
User caseCase IDYesAs soon as the user accepts the invitation and logs in, the user's case ID is returned. You can then use the ID again by putting the ID in an attribute to give someone a role.
Initial session dataJSONNoCan be used to store data already created by a user who is not logged in (e.g. shopping cart).
Is a new userBooleanNoIndicates whether the user already exists on the platform. Used in the Invite user casetype to determine whether the email and name must be filled in. This data will not be adjusted for existing users.
Body HTMLStringNoBody of the email in HTML.
Body textStringNoBody of the email in text.
Invite URLStringNoThe generated URL for the invitation.
Valid untilDatetimeNoDate until which the invitation can be used. The date must be no more than 90 days in the future, otherwise an error message will appear. If the date is in the past, an error message will also appear.
Message IDStringNoMessage ID of the sent email.
Sent status invite emailStringNoThe sending status of the invitation. The possible statuses are: OK and Sending emails is disabled.