Skip to main content

Identity Created

Webhook 

This event trigger fires when Identity Security Cloud (ISC) detects a new identity during an aggregation and refresh from an authoritative source. ISC detects a new identity when it finds an account from an authoritative source that isn't correlated to an existing identity. This is a FIRE_AND_FORGET event trigger. You can have a maximum of 50 subscriptions for this trigger. For more information about this event trigger, refer to Identity Created.

Request

Bodyrequired

    identity objectrequired

    Created identity.

    typestringrequired

    Created identity's DTO type.

    Possible values: [IDENTITY]

    Example: IDENTITY
    idstringrequired

    Created identity ID.

    Example: 2c7180a46faadee4016fb4e018c20642
    namestringrequired

    Created identity's display name.

    Example: Michael Michaels
    attributes objectrequired

    The attributes assigned to the identity. Attributes are determined by the identity profile.

    property name*any

    The attributes assigned to the identity. Attributes are determined by the identity profile.

    Example: {"firstname":"John"}

Authorization: oauth2

type: Personal Access Token
scopes: sp:trigger-service-subscriptions:manage
Request Collapse all
Auth
Body required
{
  "identity": {
    "type": "IDENTITY",
    "id": "2c7180a46faadee4016fb4e018c20642",
    "name": "Michael Michaels"
  },
  "attributes": {
    "firstname": "John"
  }
}
ResponseClear

Click the Send API Request button above and see the response here!