Mark Records Available
mark_records_availableMark candidates, contacts, or companies as available by removing their off-limit state. Specify record type and up to 25 slugs; for companies, optionally cascade to related contacts and candidates.
Instructions
Marks Recruit CRM candidates, contacts, or companies as available, which removes their off-limit state. Requires record_type and up to 25 slugs. For record_type=company, mark_contact_available and mark_candidate_available are required and control whether Recruit CRM also marks related contacts or candidates available. Returns record_type, updated slugs, requested_count, cascade flags when returned by the API, and API remark.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slugs | Yes | Record slugs to mark available. Max 25. | |
| record_type | Yes | Record type to mark available. | |
| mark_contact_available | No | For record_type=company, whether Recruit CRM should also mark related contacts available. | |
| mark_candidate_available | No | For record_type=company, whether Recruit CRM should also mark related candidates available. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slugs | Yes | ||
| remark | Yes | ||
| record_type | Yes | ||
| requested_count | Yes | ||
| mark_contact_available | Yes | ||
| mark_candidate_available | Yes |