Files
developer.sailpoint.com/docs/extensibility/event-triggers/available/identity-created.md
2024-02-28 12:14:29 -05:00

2.0 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, description, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords description slug tags
identity-created Identity Created Identity Created Identity Created identityCreated
event
trigger
identity
created
available
Fires after an identity is created. /extensibility/event-triggers/triggers/identity-created
Event Triggers
Available Event Triggers
Fire and Forget

Event Context

Flow

Identity Created events occur when a new identity is detected during an aggregration and refresh from an authoritative source. New identities are detected when an account from the authoritative source is not correlated to an existing identity. For more information, see Configuring Correlation. The Identity Created event contains all of the identity attributes as they are configured in the identity profile. For more information, see Mapping Identity Profiles.

This event trigger provides a flexible way to extend Joiner-Mover-Leaver processes. This provides more proactive governance and ensures users can quickly get necessary access when they enter your organization.

Some uses cases for this trigger include the following:

  • Notify an administrator or system to take the appropriate birthright provisioning actions as part of the Joiner workflow.
  • Notify a third party system to trigger another action (e.g. create an onboarding experience for a new hire).

This is an example input from this trigger:

{
  "identity": {
    "type": "IDENTITY",
    "id": "2c91808568c529c60168cca6f90c1313",
    "name": "William Wilson"
  },
  "attributes": {
    "firstname": "John"
  }
}