---
title: "Creates a new company contact and associates it with user"
method: POST
path: "/v1/resourceowner/companycontact"
tags: ["ResourceOwnerCompanyContacts"]
---

# Creates a new company contact and associates it with user

`POST /v1/resourceowner/companycontact`

The user only has access to contacts that it is associated with through the company

## Request body

- CompanyContactCreateModel
  - `CompanyId` integer, required
  - `ContactId` integer, required

## Response `200`

A link in the header is returned to the newly created company contact

## Other responses

- `403` — Request is forbidden, this could occur if you try to associate to companies you are not associated with
- `500` — Internal server error

---

[API](https://skmtc.net/automile/apis/automile-api.md) · [All operations](https://skmtc.net/automile/apis/automile-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/automile/automile-api/revisions/bd42075f6b02/schema)
