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

# Creates a new contact

`POST /v1/resourceowner/contacts3`

## Request body

- Contact3CreateModel
  - `FirstName` string, required
  - `LastName` string, required
  - `EmailAddress` string
  - `Description` string
  - `CreateRelationshipToCompanyId` integer, required
  - `CultureName` string
  - `CountryCodeIso1366` string
  - `DefaultVehicleId` integer
  - `UnitType` 0 | 1 | 2
  - `SubscribeToNewsLetter` boolean
  - `MobilePhoneNumber` string
  - `MapType` 0 | 1 | 2
  - `CurrencyCode` string — ISO 4217 Currency code
  - `OrganizationNodeId` integer
  - `OrganizationPermissions` OrganizationPermissionBooleans
    - `OrganizationNodeViewVehicle` boolean
    - `OrganizationNodeCreateEditVehicle` boolean
    - `OrganizationNodeViewGeofence` boolean
    - `OrganizationNodeCreateEditGeofence` boolean
    - `OrganizationNodeViewPOI` boolean
    - `OrganizationNodeCreateEditPOI` boolean
    - `OrganizationNodeViewTrigger` boolean
    - `OrganizationNodeCreateEditTrigger` boolean
    - `OrganizationNodeViewTrip` boolean
    - `OrganizationNodeEditTrip` boolean
    - `OrganizationNodeViewTripIfDriver` boolean
    - `OrganizationNodeEditTripIfDriver` boolean
    - `OrganizationNodeView` boolean
    - `OrganizationNodeViewContact` boolean
    - `OrganizationNodeCreateEditContact` boolean
    - `OrganizationNodeViewSchedule` boolean
    - `OrganizationNodeCreateEditSchedule` boolean
    - `OrganizationNodeViewExpense` boolean
    - `OrganizationNodeCreateEditExpense` boolean
    - `OrganizationView` boolean
    - `OrganizationCreateEditDelete` boolean
    - `OrganizationNodeCreateEditDelete` boolean
    - `OrganizationNodeViewExcludePrivateTrips` boolean
    - `OrganizationNodeViewLive` boolean
    - `OrganizationNodeViewTripSpeed` boolean
    - `OrganizationNodeEditOdometer` boolean

## Response `200`

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

## 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)
