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

# Get the contact representing myself

`GET /v1/resourceowner/contacts2/me`

## Response `200`

The contact is returned

- Contact2DetailModel
  - `ContactId` integer
  - `FirstName` string
  - `LastName` string
  - `EmailAddress` string
  - `Description` string
  - `CultureName` string
  - `CountryCodeIso1366` string
  - `DefaultVehicleId` integer
  - `UnitType` 0 | 1 | 2
  - `SubscribeToNewsLetter` boolean
  - `MobilePhoneNumber` string
  - `MapType` 0 | 1 | 2
  - `CheckedIntoVehicleId` integer
  - `CheckedInDateTimeUtc` string, date-time
  - `CheckOutDateTimeUtc` string, date-time
  - `CheckedInTripType` 0 | 1 | 2 | 3
  - `CheckedInCustomTripTypeName` string
  - `CompanyRoles` integer[]
  - `ProfileImageUrl` string
  - `CurrencyCode` string — ISO 4217 Currency code
  - `CompaniesScopes` CompanyScopesModel[]
    - `CompanyId` integer
    - `VehicleIds` integer[]
    - `Scopes` string[]
  - `IsLocked` boolean
  - `CustomCategories` CustomCategoryModel[]
    - `CustomCategoryId` integer
    - `Value` string
    - `CustomCategoryType` 0 | 1
  - `CheckedInVehicleOdometerInKilometers` number, double
  - `Organization` OrganizationModel
    - `OrganizationName` string
    - `LegalIdentificationNumber` string
    - `VATNumber` string
    - `BillingAddress` AddressModel
      - `AddressId` integer
      - `CompanyName` string
      - `ContactNameAtAddress` string
      - `AddressLine2` string, required
      - `AddressLine3` string
      - `AddressLine4` string
      - `ZipCode` string, required
      - `City` string, required
      - `StateOrProvince` string
      - `ISO3166CountryCode` string, required
    - `ShipmentAddress` AddressModel
      - `AddressId` integer
      - `CompanyName` string
      - `ContactNameAtAddress` string
      - `AddressLine2` string, required
      - `AddressLine3` string
      - `AddressLine4` string
      - `ZipCode` string, required
      - `City` string, required
      - `StateOrProvince` string
      - `ISO3166CountryCode` string, required
    - `Culture` string
    - `UnitType` 0 | 1 | 2
    - `IsHierarchyEnabled` boolean
    - `ISO4217CurrencyCode` string
    - `OrganizationId` integer
  - `HoursOfServiceSettingsModel` HoursOfServiceSettingsModel
    - `TimeZoneType` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8
    - `WorkDayStartTime` TimeSpan
      - `Ticks` integer
      - `Days` integer
      - `Hours` integer
      - `Milliseconds` integer
      - `Microseconds` integer
      - `Nanoseconds` integer
      - `Minutes` integer
      - `Seconds` integer
      - `TotalDays` number, double
      - `TotalHours` number, double
      - `TotalMilliseconds` number, double
      - `TotalMicroseconds` number, double
      - `TotalNanoseconds` number, double
      - `TotalMinutes` number, double
      - `TotalSeconds` number, double
    - `CycleRuleType` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7
    - `CargoTypeType` 0 | 1 | 2
    - `RestartRuleType` 0 | 1
    - `RestBreakRuleType` 0 | 1
    - `ShortHaulExceptionType` 0 | 1
    - `OdometerUnitType` 0 | 1 | 2
    - `WellSiteRuleType` 0 | 1
    - `CarrierInfo` AddressModel
      - `AddressId` integer
      - `CompanyName` string
      - `ContactNameAtAddress` string
      - `AddressLine2` string, required
      - `AddressLine3` string
      - `AddressLine4` string
      - `ZipCode` string, required
      - `City` string, required
      - `StateOrProvince` string
      - `ISO3166CountryCode` string, required
    - `IsEnabled` boolean
  - `FieldServiceEnabled` boolean
  - `FieldServiceEnabledWithinOrganization` boolean
  - `ContactMenuLayout` ContactMenuLayoutModel
    - `MenuLayout` object
    - `ExpiresAtUtc` string, date-time — UTC date time when menu layout cache was refreshed
    - `RefreshedAtUtc` string, date-time — UTC date time when menu layout cache was refreshed
  - `CreatedAt` string, date-time

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