Find Crm User By Email
GET /integrations/crm/users/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
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:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string