Retrieve an end-user
Retrieves an end-user object.
get/end-users/{id}
Path parameters
idstring required
The ID of the end-user to retrieve.
Example:end_usr_1234567abcdefg
The ID of the end-user to retrieve.
Response
Returns the end-user object if a valid ID was provided.
Example response
{
"id": "end_usr_1234567abcdefg",
"objectType": "end_user",
"createdAt": "2024-01-01T12:34:56.789Z",
"companyName": "Acme Inc.",
"sourceId": "12345678-abcd-abcd-example-1234567890ab",
"email": "bob@acme.com",
"integrationConnections": [
{
"id": "int_conn_1234567abcdefg",
"objectType": "integration_connection",
"createdAt": "2024-01-01T12:34:56.789Z",
"lastRequestAt": "2024-01-01T12:34:56.789Z",
"lastSuccessfulRequestAt": "2024-01-01T12:34:56.789Z"
}
]
}