id
string
required

The unique identifier for this end-user. You must save this value to your database because it is how you identify which of your users to receive your API requests.

Example:

"end_usr_1234567abcdefg"

objectType
string
required

The type of object. This value is always "end_user".

Allowed value: "end_user"
Example:

"end_user"

createdAt
string
required

The date and time when this end-user record was created.

Example:

"2021-01-01T12:34:56.789Z"

companyName
string
required

The end-user's company name that will be shown elsewhere in Conductor.

Example:

"Acme Inc."

sourceId
string
required

The end-user's unique identifier from your system. Maps users between your database and Conductor.

Example:

"12345678-abcd-abcd-example-1234567890ab"

email
string
required

The end-user's email address for identification purposes.

Example:

"bob@acme.com"

integrationConnections
object[]
required

The end-user's integration connections.