Skip to main content

Identity Created

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"
}
}