> For the complete documentation index, see [llms.txt](https://resmocom.gitbook.io/product/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resmocom.gitbook.io/product/integrations/zendesk-integration.md).

# Zendesk Integration

## Resmo + Zendesk Integration Fundamentals

<figure><img src="/files/gKm7yGTWEiF7s4Z71xny" alt=""><figcaption></figcaption></figure>

Resmo seamlessly integrates with Zendesk to help keep your assets visible, secure, and compliant in real time.

### What does Resmo offer to Zendesk users?

* Collect your directory assets like users, tokens, and groups from your Zendesk account.
* Query your Zendesk users, tokens, apps, groups, and much more.
* Set up security rules based on Zendesk resource configurations.
* Get notified when there is a critical change in your security and compliance rules.

### How does the integration work?

Resmo has a Zendesk application that you can install once you sign up for a Resmo account. Our application uses API to make the initial polling and receive existing resources. Then, we receive resource changes and updates in real-time through regular polling.

#### Available resources

{% embed url="<https://resources.resmo.com/zendesk>" %}

## Integration walkthrough

### How to install

1. Select Zendesk on the Integrations page of your Resmo account.
2. Click the Add Integration button at the bottom right corner of the opening modal.
3. On the Configuration section, type your Zendesk subdomain name into the related field.

<figure><img src="/files/4L4vqG1vW9QESreWLLO6" alt=""><figcaption></figcaption></figure>

4. Hit the Create button.
5. You'll be redirected to Zendesk.&#x20;
6. Accept the required permissions for the integrations.
7. Your Zendesk integration is ready! Now you can start querying your resources!

### How to uninstall

1. Select Zendesk on the Integrations page.
2. Navigate to the Connected Integrations tab on the opening modal.
3. Select the Zendesk integration you want to remove.
4. To temporarily pause the integration, click the Disable button from the top right. You can always enable it back later.&#x20;
5. The other option is permanent deletion. To uninstall your Zendesk integration permanently, you can click the Delete button.

<figure><img src="/files/BFO9beLjwNdCFTMYFytO" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://resmocom.gitbook.io/product/integrations/zendesk-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
