---
title: "Get the contact representing myself"
method: GET
path: "/v1/resourceowner/contacts/me"
tags: ["ResourceOwnerContact"]
---

# Get the contact representing myself

`GET /v1/resourceowner/contacts/me`

## Response `200`

The contact are returned

- ContactDetailModel
  - `ContactId` integer
  - `FirstName` string
  - `LastName` string
  - `EmailAddress` string
  - `Description` string
  - `CultureName` string
  - `DefaultVehicleId` integer
  - `FieldServiceEnabled` boolean
  - `FieldServiceEnabledWithinOrganization` boolean

## Other responses

- `403` — Request is forbidden, meaning you dont' have access to this contact
- `404` — Contact does not 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)
