persons_list_field_updates
Retrieve a chronological changelog of person field value changes, including old and new values, who made changes, and timestamps, for auditing and tracking data modifications.
Instructions
List updates about person field values (changelog).
Returns a chronological list of changes made to person fields. This is useful for:
Auditing field changes
Tracking data modifications
Understanding update history
Compliance and reporting
The changelog shows:
Which fields were changed
Old and new values
Who made the change
When the change occurred
Uses cursor-based pagination for efficient navigation through large change histories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Person ID | |
| limit | No | Number of items to return (max 500) | |
| cursor | No | Cursor for pagination |