persons_list_field_updates
Retrieve a chronological changelog of field updates for a person, showing old and new values, user, and timestamp.
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 |