An end-user represents a user of your application. Use it to connect integrations.
The schema is of type object.
object
{ "id": "end_usr_1234567abcdefg", "objectType": "end_user", "createdAt": "2021-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": "2021-01-01T12:34:56.789Z", "integrationSlug": "quickbooks_desktop", "lastRequestAt": "2021-01-01T12:34:56.789Z", "lastSuccessfulRequestAt": "2021-01-01T12:34:56.789Z" } ] }