EndUsers
The EndUser object
An EndUser represents a user of your application. Use it to connect integrations.
id
string
requiredThe unique identifier for this EndUser. You must save this value to your database because it is how you identify which of your users to receive your API requests.
objectType
string
requiredThe type of object. This value is always "end_user"
.
Allowed value:
"end_user"
companyName
string
requiredYour end-user's company name that will be shown elsewhere in Conductor.
sourceId
string
requiredYour end-user's unique ID from your system. Maps users between your database and Conductor.
email
string
requiredYour end-user's email address for identification purposes.
createdAt
string
requiredThe time at which the object was created.