---
title: "GET /crm/owners/2026-03"
method: GET
path: "/crm/owners/2026-03"
tags: ["Basic"]
---

# GET /crm/owners/2026-03

`GET /crm/owners/2026-03`

## Query parameters

- `after` string
- `archived` boolean
- `email` string
- `limit` integer

## Response `200`

successful operation

- CrmOwnersCollectionResponsePublicOwnerForwardPaging
  - `paging` ForwardPaging
    - `next` NextPage — Specifies the paging information needed to retrieve the next set of results in a paginated API response
      - `after` string, required — A paging cursor token for retrieving subsequent pages.
      - `link` string — A URL that can be used to retrieve the next page results.
  - `results` CrmOwnersPublicOwner[], required
    - `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)
