# Attach a contact to a company Required scopes: contact-data:write Endpoint: PUT /contacts/{id}/company/attach Version: v1 Security: http, oauth2 ## Path parameters: - `id` (string, required) ## Query parameters: - `find_by` (string) The field to search by Enum: "id", "external_id" - `origin` (string) Used if find_by=external_id by default it will use the integration slug ## Request fields (application/json): - `company_id` (string, required) - `position` (string) Position the contact holds in the company ## Response 200 fields (application/json): - `message` (string, required) Enum: "Contact successfully associated with company" ## Response 401 fields (application/json): - `message` (string, required) Error overview. ## Response 422 fields (application/json): - `message` (string, required) Errors overview. - `errors` (object, required) A detailed description of each field that failed validation.