---
title: "Get a list of all contacts that user is associated with"
method: GET
path: "/v1/resourceowner/contacts3"
tags: ["ResourceOwnerContact3"]
---

# Get a list of all contacts that user is associated with

`GET /v1/resourceowner/contacts3`

Only companies that the user is associated with will be returned by this operation.

## Response `200`

The contacts are returned

- Contact3Model[]
  - `ContactId` integer
  - `FirstName` string
  - `LastName` string
  - `EmailAddress` string
  - `MobilePhoneNumber` string
  - `ProfileImageUrl` string
  - `CheckedInDateTimeUtc` string, date-time
  - `CheckedIntoVehicleId` integer
  - `IsManager` boolean
  - `CompanyRoles` integer[]
  - `CurrencyCode` string — ISO 4217 Currency code
  - `LastCheckedInTripType` 0 | 1 | 2 | 3
  - `CheckedInCustomTripTypeName` string
  - `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
  - `IsEditable` boolean

## Other responses

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