Create an EndUser
Creates an EndUser.
Authorizations
Your Conductor secret key using Bearer auth (e.g., "Authorization: Bearer {{YOUR_SECRET_KEY}}"
).
Body
Your end-user's company name that will be shown elsewhere in Conductor.
A unique identifier for your end-user from your system. Maps users between your database and Conductor. Must be unique for each user. If you have only one user, you may use any string value.
Your end-user's email address for identification purposes. Setting this field will not cause any emails to be sent.
Response
The 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.
The type of object. This value is always "end_user"
.
Your end-user's company name that will be shown elsewhere in Conductor.
Your end-user's unique ID from your system. Maps users between your database and Conductor.
Your end-user's email address for identification purposes.
The time at which the object was created.