Associate a contact with a company
POST/companies/:company_id/contacts
Associate a contact with a company (account). The first contact added to a company becomes its
primary contact automatically; later contacts are association-only unless make_primary is set.
Write access requires company.write (or company.all).
Request
Responses
- 201
- 401
- 403
- 404
- 422
The contact-company association
Missing or invalid token
Token lacks the required scope, or the user's role/permissions deny this action
Resource not found (or not visible to this user's role)
Request failed schema validation