Skip to content

Find Crm User By Email

GET
/integrations/crm/users/by-email

Resolve one CRM user by email, for setting record ownership.

Returns a LIST, not one user: a CRM can hold more than one user against an address, and picking one here would hide that from the caller.

Authorizations

Parameters

Query Parameters

connection_id
required
string
email
required

The user’s address in the CRM.

string

The user’s address in the CRM.

Header Parameters

X-Target-Org-Id
Any of:
string

Responses

200

Successful Response

object
data
required

A list of CRM records.

A bare list from the app is surfaced as items; a named collection keeps its own key AND gains items, so a caller can page either shape without knowing which handler produced it.

object
items
Array
key
additional properties
any
pagination
Any of:
object
has_next
required

Whether there are more pages

boolean
limit
required

Items per page

integer
next_cursor
Any of:
string
page
required

Current page number (1-indexed)

integer
total
required

Total number of items

integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string