> For the complete documentation index, see [llms.txt](https://docs.movebot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.movebot.io/platform-guides/sharepoint/sharepoint-api-limits.md).

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