v1

latestOpenAPI 3.1.02026-08-04253331435.1 KB
CRM Owners

List Owners

Get a paginated list of owners from the CRM.

Owners are users in your CRM account who can be assigned to CRM records (contacts, companies, deals, tasks, etc.). Use this endpoint to populate owner dropdowns in your UI for assignment purposes.

Pagination: Use the nextCursor value in subsequent requests to fetch more results.

Filtering:

  • Use email to find a specific owner by email address
  • Use archived to include archived (deactivated) owners
get/api/v3/crm/{integration_id}/owners

Path parameters

integration_idstring uuid required

The CRM integration ID

The CRM integration ID

Query parameters

limitinteger

Number of results per page (max 100)

Number of results per page (max 100)

afterstring nullable

Pagination cursor

Pagination cursor

emailstring nullable

Filter by email address (exact match)

Filter by email address (exact match)

archivedboolean

Include archived owners

Include archived owners

Response

Successful Response

has_moreboolean

Whether there are more results to fetch

nextCursorstring nullable

Cursor for fetching next page

totalinteger required

Number of owners in this response