docs/versioned_docs/version-2.50.0-LTS/data-sources/zendesk.md
ToolJet can connect to Zendesk APIs to read and write data using OAuth 2.0, which helps us to limit an application's access to a user's account.
<div style={{paddingTop:'24px'}}>To establish a connection with the Zendesk data source, you can either click on the + Add new Data source button located on the query panel or navigate to the Data Sources page from the ToolJet dashboard and choose Zendesk as the data source.
ToolJet connects to your Zendesk app using :
You can create a Zendesk data source with one of either of the two permission scopes :
:::info You must first be a verified user to make Zendesk API requests. This is configured in the Admin Center interface in Apps and integrations > APIs > Zendesk APIs. For more information, see Security and Authentication in the Zendesk Support API reference or check out Zendesk's docs. :::
</div> <div style={{paddingTop:'24px'}}>Lists all the tickets in your Zendesk account.
Lists all the tickets requested by the user.
Gets a ticket's properties with the given ID, though not the ticket comments.
Updates a ticket's properties with the given ID.
Lists all the users in your Zendesk account.
Gets a user's profile with the given ID.
The Search Query uses Zendesk's Search API to return tickets, users, and organizations with defined filters.
Common filters include:
type:tickettype:usertype:organizationtype:ticket organization:12345 status:open