# SharePoint API Limits

When migrating data into, out of, or within SharePoint Online, Microsoft enforces strict **throttling limits** to ensure fair usage across tenants.  These limits scale depending on how many licenses you have.&#x20;

***

### What Are Resource Units?

Resource Units (RUs) are how Microsoft measures the cost of API operations. Each action your migration tool performs consumes a specific number of RUs.

#### Resource Unit Costs for Movebot Migrations

| **Operation**                                              | **Resource Units (per file or folder)** |
| ---------------------------------------------------------- | --------------------------------------- |
| Scan Directory (Excluding Permissions and Version History) | 2                                       |
| Create Folder (Non-Delta)                                  | 2                                       |
| File Upload                                                | 2                                       |
| File Download                                              | 1                                       |

***

### Daily Tenant-Level Limits

These limits apply daily across the **entire tenant**, regardless of how many apps are in use.

| **Tenant License Count** | **Daily Limit** |
| ------------------------ | --------------- |
| 0 – 1,000                | 5,400,000       |
| 1,001 – 5,000            | 10,800,000      |
| 5,001 – 15,000           | 16,200,000      |
| 15,001 – 50,000          | 21,600,000      |
| 50,000+                  | 27,000,000      |

***

### Daily Application-Level Limits (Per App, Per Tenant)

These limits apply daily **per app registration**, and **per tenant.**&#x20;

| **Tenant License Count** | **Daily Limit** |
| ------------------------ | --------------- |
| 0 – 1,000                | 1,200,000       |
| 1,001 – 5,000            | 2,400,000       |
| 5,001 – 15,000           | 3,600,000       |
| 15,001 – 50,000          | 4,800,000       |
| 50,000+                  | 6,000,000       |

***

See the page [SharePoint Performance Expectations ](/platform-guides/sharepoint/sharepoint-performance-expectations.md)to see how these limits can affect migration performance.


---

# 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/platform-guides/sharepoint/sharepoint-api-limits.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.
