POST
/
v1
/
end_users

Parameters

companyName
string
required

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

sourceId
string
required

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.

email
string
required

Your end-user’s email address for identification purposes. Setting this field will not cause any emails to be sent.

Returns

Returns the EndUser object after successful EndUser creation. Returns an error if the parameters were invalid (for example, specifying an invalid email address).