Mark Company Off-Limit
mark_company_off_limitRestrict access by marking companies as off-limit in Recruit CRM, with optional propagation to contacts and candidates, setting status, reason, and end date.
Instructions
Marks up to 25 Recruit CRM companies as off-limit. Requires company_slugs, status_id, end_date in DD-MM-YYYY format, mark_contact_off_limit, and mark_candidate_off_limit; reason is optional. The mark_contact_off_limit and mark_candidate_off_limit booleans control whether Recruit CRM also marks related records off-limit. Returns the updated slug list, status_id, end_date, reason, and API remark.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Off-limit reason. | |
| end_date | Yes | Off-limit end date in DD-MM-YYYY format. | |
| status_id | Yes | Off-limit status ID. Resolve with list_off_limit_statuses. | |
| company_slugs | Yes | Company slugs to mark off-limit. Max 25. | |
| mark_contact_off_limit | Yes | Whether Recruit CRM should also mark related contacts off-limit. | |
| mark_candidate_off_limit | Yes | Whether Recruit CRM should also mark related candidates off-limit. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | Yes | ||
| remark | Yes | ||
| end_date | Yes | ||
| status_id | Yes | ||
| company_slugs | Yes | ||
| requested_count | Yes |