Read tickets CCed to user
Reads all tickets where a specific user is CCed. This example demonstrates using the get_tickets_for_user_cced endpoint with the user_id parameter.
SELECT * FROM get_tickets_for_user_cced
WITH(
user_id='123'
)
Reads all tickets where a specific user is CCed. This example demonstrates using the get_tickets_for_user_cced endpoint with the user_id parameter.
SELECT * FROM get_tickets_for_user_cced
WITH(
user_id='123'
)