post_people_claim
Claim a lead by person ID to assign it to your ownership in Follow Up Boss. Resolves unassigned leads quickly.
Instructions
Claim a lead. (POST /people/claim)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| personId | No | Include the person ID of the lead you want to claim either like this or as part of the path itself. | |
| extraBody | No | Extra raw JSON body fields not explicitly listed above — e.g. custom.* fields when creating/updating people or deals. Keys and values are sent as-is. | |
| extraQuery | No | Extra raw query parameters not explicitly listed above — e.g. FUB custom field filters like custom.ClosingDate on /people or /deals. Keys and values are sent as-is. |