---
title: "Retrieve a specific owner by ID"
method: GET
path: "/crm/owners/2026-03/{ownerId}"
tags: ["Basic"]
---

# Retrieve a specific owner by ID

`GET /crm/owners/2026-03/{ownerId}`

Retrieve details of a specific owner using either their 'id' or 'userId'.

## Path parameters

- `ownerId` integer, required

## Query parameters

- `archived` boolean
- `idProperty` 'id' | 'userId'

## Response `200`

successful operation

- CrmOwnersPublicOwner
  - `archived` boolean, required — Indicates whether the owner is archived.
  - `createdAt` string, date-time, required — The date and time when the owner was created.
  - `email` string — The email address of the owner.
  - `firstName` string — The first name of the owner.
  - `id` string, required — The unique identifier of the owner.
  - `lastName` string — The last name of the owner.
  - `teams` CrmOwnersPublicTeam[]
    - `id` string, required
    - `name` string, required
    - `primary` boolean, required
  - `type` 'PERSON' | 'QUEUE', required — The type of the owner, which can be either PERSON or QUEUE.
  - `updatedAt` string, date-time, required — The date and time when the owner was last updated.
  - `userId` integer — The user ID of the owner.
  - `userIdIncludingInactive` integer — The user ID of the owner, including inactive users.

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/hubspot-api-specification.md) · [All operations](https://skmtc.net/hubspot/apis/hubspot-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/hubspot-api-specification/revisions/f9c7181056c5/schema)
