# POST /contacts/:contact_id/employers/:customer_id

**Resource:** [Contacts](./contacts.md)  
**MCP tool:** `add_contact_employer`  
**Scopes:** `contacts:write`  
**Write operation:** yes

Link a contact to a company as an employer.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `contact_id` | path | string | yes |  |
| `customer_id` | path | string | yes |  |

## Request example

```bash
curl -X POST   "https://api.trustpager.com/functions/v1/api/v1/contacts/:contact_id/employers/:customer_id"   -H "Authorization: Bearer YOUR_API_KEY"
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`