persons_list_field_updates
List person field value changes chronologically. Track modifications, audit updates, and view old/new values with timestamps and user info.
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 | |
| cursor | No | Cursor for pagination | |
| limit | No | Number of items to return (max 500) |