Position updated webhook

Webhook sent when any position fields are modified in the Workforce Planning module.

Positions can have various attributes such as department, site, employment type, and manager. The payload includes fieldUpdatesIds to indicate which fields were changed.

Best practice: Use the event as a notification only, and retrieve the complete position details using the Read company positions API endpoint. Use the fieldUpdatesIds from the payload to retrieve only the updated field values.

In the right panel, open Examples and select Payload Example to see a real payload.