USER_CREATED

When a webhook is configured with this type, it will send a payload to the configured endpoint every time a user is created in the alumni network. The payload will consist of all the fields corresponding to that user at the time of creation. A typical payload from this webhook will look like the one displayed below:

{
  "type": "USER_CREATED",
  "dateTime": "2023-03-28T17:28:58.562Z",
  "payloadSHA256": "64a2fee4895fe31e9083350086d7a4641e759aaa460e77238f6596cba23daf40",
  "payload": {
    "scnId": null,
    "internal": true,
    "communicationEmailAddress": null,
    "appStatus": null,
    "dateJoined": "2023-03-28T17:28:55.743Z",
    "dateLastLogin": "2023-03-28T17:28:55.743Z",
    "userResourceGuid": "cfc71cff-77d2-4cb4-8d9e-3f89f00a2f98",
    "userName": "[email protected]",
    "tag": null,
    "visibilityType": "ALL",
    "admin": false,
    "headline": null,
    "idpProvisionType": null,
    "userIdpModel": null,
    "userPassportId": "40a53366-0002-4f6d-b5eb-4b8c9dd14293",
    "userType": "USER",
    "signupCompleted": false,
    "userStatus": "ACTIVE",
    "linkedinProfileAllowDiscovery": true,
    "firstName": "Ignacio",
    "lastName": "Rodriguez",
    "pictureUrl": null,
    "linkedinShare": false,
    "dateOfBirth": null,
    "emailAddress": null,
    "pageFieldUserPrivacies": [],
    "fullName": "Ignacio Rodriguez",
    "source": "PORTAL"
  }
}