# Egnyte

### Introduction

Movebot has comprehensive support for Egnyte through the Egnyte API. Connecting to Egnyte uses OAuth to authorize.

### Requirements

To connect to an Egnyte account in Movebot, you will need:

* To have access to an administrator account in Egnyte
* To have sufficient privileges to the content you want to migrate
* The Egnyte tenant must be licensed

### Configuration Steps

1. Login to Movebot and create a new project or task
2. When configuring the source or destination, choose to **Create new Connection**
3. Select **Egnyte** from the list of available connections and set the connection name
4. Provide your Egnyte subdomain.&#x20;

{% hint style="info" %}
Your Egnyte subdomain is the domain prefix that you use when logging into Egnyte. For example, for the domain "**movebotest.egnyte.com"**, you would use "**movebotest**"
{% endhint %}

5. Click **Connect to Egnyte** and authorize the connection through the popup window.
6. &#x20;Click Save and Test connection in Movebot
7. If the connection has succeeded, you can continue

### Supported Features

Movebot has comprehensive support for Egnyte and is well-maintained.&#x20;

<table><thead><tr><th width="527">Feature</th><th>Supported in Movebot</th></tr></thead><tbody><tr><td>User Drives</td><td>Fully Supported</td></tr><tr><td>Shared Folders</td><td>Fully Supported</td></tr><tr><td>Permissions</td><td>Fully Supported</td></tr><tr><td>Versions</td><td>Fully Supported</td></tr><tr><td>Modification Retention</td><td>Fully Supported</td></tr><tr><td>Automatic Sanitization</td><td>Fully Supported</td></tr></tbody></table>

\
Tags: egnyte


---

# Agent Instructions: 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:

```
GET https://docs.movebot.io/connections/egnyte.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
