Skip to main content

CRMUser

A user/operator in the connected CRM.

idIdrequired

The user's id in the CRM.

nameNamerequired

The user's display name.

email object

The user's email, if available.

anyOf
string
CRMUser
{
"id": "string",
"name": "string",
"email": "string"
}