---
title: "Updates the given contact id"
method: PUT
path: "/v1/resourceowner/contacts/{contactId}"
tags: ["ResourceOwnerContact"]
---

# Updates the given contact id

`PUT /v1/resourceowner/contacts/{contactId}`

## Path parameters

- `contactId` integer, required

## Request body

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

## Response `200`

The contact was saved

## Other responses

- `403` — Request is forbidden, this could occur if you are not associated with the contact
- `404` — The contact that you tried to update doesn't exist
- `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)
