Retrieve an end-user
Retrieves an end-user object.
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.
"end_usr_1234567abcdefg"
Response
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.
"end_usr_1234567abcdefg"
The type of object. This value is always "end_user"
.
"end_user"
"end_user"
The date and time when this end-user record was created.
"2021-01-01T12:34:56.789Z"
The end-user's company name that will be shown elsewhere in Conductor.
"Acme Inc."
The end-user's unique identifier from your system. Maps users between your database and Conductor.
"12345678-abcd-abcd-example-1234567890ab"
The end-user's email address for identification purposes.
"bob@acme.com"
The end-user's integration connections.