ODBC guide

Read tickets assigned to user


Reads all tickets assigned to a specific user (agent). This example demonstrates using the get_tickets_for_user_assigned endpoint with the user_id parameter.

SELECT * FROM get_tickets_for_user_assigned
WITH(
	  user_id='123'
)