Skip to content

New Account Provisioned Email Template

The New Account Provisioned email is sent to a user when a new account is created for them on a source as a result of a provisioning action. If more than one source account is created for the user in a single provisioning action, these emails are sent after the final account is created and any Identity Security Cloud tasks are marked complete. This notification can be enabled for each source through the Update Source (Partial) endpoint. Update the accountCreateNotification object in the connectorAttributes object.

Note

If you provision a new account for a user on a flat-file source and mark the task complete before the source is aggregated, the email will always use the native identity attribute as the username for the source in the email.

Name: New Account Provisioned

Subject: ${source} - A New Account Has Been Created For ${username}

Body:

<p>Hello,</p>
<p>The ${PRODUCT_NAME} system has created an account for ${username} on the ${source} system. Here are the details about this account:</p>
<p>User Name: <strong>${accountUserName}</strong></p>
<p>Access: <br>#foreach ($access in $accountAccess)</p>
<ul>
<li>$access</li>
</ul>
<br>#end
<p>&nbsp;</p>
<p>If you have any questions, contact your administrator.</p>
<p>Thanks,<br>The ${PRODUCT_NAME} Team</p>

Attributes

This email template uses version 1 global variables and the following template-specific attributes:

Name Type Description
accountAccess List The entitlements associated with the account.
accountIdAttribute String The attribute in the source that's used for the account ID.
accountUserName String The unique identifier for the source account.
identity Attributes The attributes of the Identity being provisioned with an account. To reference an attribute, append a period followed by the attribute name. For instance, to include the display name of the identity in the email, use the variable identity.displayName.
source String The source the account was created on.
username String The user's Identity Security Cloud user name.

Documentation Feedback

Feedback is provided as an informational resource only and does not form part of SailPoint’s official product documentation. SailPoint does not warrant or make any guarantees about the feedback (including without limitation as to its accuracy, relevance, or reliability). All feedback is subject to the terms set forth at https://developer.sailpoint.com/discuss/tos.