Extra Payload Attributes - InternalUsers

These attributes make up the extra payload for the InternalUsers webhook resource for the following events: Create / Update / Delete

Create / Update / Delete Attributes

ATTRIBUTE
entities.id
string

Webhook Payload Notification Samples

{
  "eventId": "527fca9a-f74a-41d3-a480-4c0f45cb2481",
  "eventTime": "2024-11-20T04:56:26.860Z",
  "eventType": "create",
  "meta": {
    "userId": "admin",
    "resourceType": "InternalUsers",
    "resourceId": "3f148b69-bf88-4bbe-9aac-87a9b2a16310",
    "instanceId": "be11105680j",
    "resourceRef": "/encompass/v3/users",
    "payload": {
      "entities": [
        {
          "id": "intuser2168"
        }
      ]
    }
  }
}
{
  "eventId": "f71d758a-7c83-4a55-a973-48919599a17d",
  "eventTime": "2024-11-20T04:56:47.903Z",
  "eventType": "update",
  "meta": {
    "userId": "admin",
    "resourceType": "InternalUsers",
    "resourceId": "4e087e51-b7af-4ff1-9854-e98d3de8a0ef",
    "instanceId": "be11105680j",
    "resourceRef": "/encompass/v3/users",
    "payload": {
      "entities": [
        {
          "id": "intuser2168"
        }
      ]
    }
  }
}
{
  "eventId": "75cfada8-ab33-4ce7-a5ba-4fbb4916a8eb",
  "eventTime": "2024-11-20T04:57:14.006Z",
  "eventType": "delete",
  "meta": {
    "userId": "admin",
    "resourceType": "InternalUsers",
    "resourceId": "940878a9-b140-4166-be43-c5981244a308",
    "instanceId": "be11105680j",
    "resourceRef": "/encompass/v3/users",
    "payload": {
      "entities": [
        {
          "id": "intuser2168"
        }
      ]
    }
  }
}