---
title: "Creates a new contact"
method: POST
path: "/v1/resourceowner/contacts"
tags: ["ResourceOwnerContact"]
---

# Creates a new contact

`POST /v1/resourceowner/contacts`

## Request body

- ContactCreateModel
  - `FirstName` string, required
  - `LastName` string, required
  - `EmailAddress` string
  - `Description` string
  - `CreateRelationshipToCompanyId` integer, required
  - `CultureName` string
  - `DefaultVehicleId` integer

## Response `200`

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

## Other responses

- `403` — Request is forbidden, this could occur if you try to associate the contact 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)
