{
  "id": "end_usr_1234567abcdefg",
  "objectType": "end_user",
  "sourceId": "12345678-abcd-abcd-example-1234567890ab",
  "email": "bob@bigconstruction.com",
  "companyName": "Big Construction Co.",
  "createdAt": "2022-11-16 23:51:08.996+00"
}

Attributes

id
string

The unique identifier for this EndUser. You must save this value to your database because it is how you identify the target of your requests in the future.

objectType
string

The object’s type. This will always be “end_user”.

sourceId
string

Your end-user’s unique ID in your database. Must be distinct from your other EndUsers.

email
string

Your end-user’s email address.

companyName
string

Your end-user’s company name that will be shown elsewhere in Conductor.

createdAt
string

The time at which the object was created.