Merge Persons
merge_personsConsolidate two person records representing the same individual by merging one into the other and transferring all handles.
Instructions
merge_persons
Merge one person into another, moving all handles.
When to use: two person pages represent the same individual. Returns: ok plus merged handles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | Source person slug to merge from. | |
| into | Yes | Target person slug to merge into. |