End Users
Retrieve an end-user
Retrieves an end-user object.
GET
Authorizations
Your Conductor secret key using Bearer auth (e.g., "Authorization: Bearer {{YOUR_SECRET_KEY}}"
).
Path Parameters
The ID of the end-user to retrieve.
Response
200 - application/json
Returns the end-user object if a valid ID was provided.
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.
The type of object. This value is always "end_user"
.
Allowed value:
"end_user"
The date and time when this end-user record was created.
The end-user's company name that will be shown elsewhere in Conductor.
The end-user's unique identifier from your system. Maps users between your database and Conductor.
The end-user's email address for identification purposes.
The end-user's integration connections.