---
title: "Fires when a Monitored Entity's disposition is changed by a user"
method: POST
path: "Entity Disposition Changed"
tags: ["Webhooks"]
---

# Fires when a Monitored Entity's disposition is changed by a user

`POST Entity Disposition Changed` (webhook)

When a user changes the disposition of a monitored entity, this webhook will be triggered. Dispositions are the user's determinations to the final state of an entity, such as 'Cleared' or 'Blocked'.

## Payload

- ResponseEntityDispositionChangePing
  - `eventPayload` ResponseEntityDispositionWebhookPayload
    - `customerKey` string — A user-provided identifier. Any format.
    - `entityURN` string — The primary identifier for user-created entities
    - `newEntityDispositionState` string — The new disposition state assigned to the entity
    - `timestamp` string, date-time, nullable — The time when the disposition was changed
    - `userName` string — The name of the user who changed the disposition
  - `eventType` string

---

[API](https://skmtc.dev/sigma360/apis/sigma360-api.md) · [All operations](https://skmtc.dev/sigma360/apis/sigma360-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sigma360/sigma360-api/revisions/fcdda6232c62/schema)
