how to get all tickets based on user

Regarding this api

GET /crm-objects/v1/objects/tickets/paged

How do get all tickets based on a particular user?.

Is there any other separate endpoint available for this, I need to view all tickets created by a particular user.

For example

1. can we search tickets based on email

2. or we can get tickets by contacts vid

@Panneer

I think what you are looking for is the association. You can use this endpoint to get that

/crm/v3/objects/contacts/{contactId}/associations/tickets

Here is some documentation regarding associations.

I got some ideas and executed them fine. Thanks for this information.