> For the complete documentation index, see [llms.txt](https://docs.n8n.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftsharepoint.md).

# Microsoft SharePoint

Use the Microsoft SharePoint node to automate work in Microsoft SharePoint and integrate Microsoft SharePoint with other applications. n8n has built-in support for a wide range of Microsoft SharePoint features, which includes downloading, uploading, and updating files, managing items in a list, and getting lists and list items.

On this page, you'll find a list of operations the Microsoft SharePoint node supports, and links to more resources.

{% hint style="info" %}
**Credentials**

You can find authentication information for this node [here](/integrations/builtin/credentials/microsoft.md).
{% endhint %}

## Operations <a href="#operations" id="operations"></a>

* **File**:
  * Download: Download a file.
  * Update: Update a file.
  * Upload: Upload an existing file.
* **Item**:
  * Create: Create an item in an existing list.
  * Create or Update: Create a new item, or update the current one if it already exists (upsert).
  * Delete: Delete an item from a list.
  * Get: Retrieve an item from a list.
  * Get Many: Get specific items in a list or list many items.
  * Update: Update an item in an existing list.
* **List**:
  * Get: Retrieve details of a single list.
  * Get Many: Retrieve a list of lists.

## Templates and examples <a href="#templates-and-examples" id="templates-and-examples"></a>

[Browse Microsoft SharePoint node documentation integration templates](https://n8n.io/integrations/microsoft-sharepoint) or [search all templates](https://n8n.io/workflows/)

## Related resources <a href="#related-resources" id="related-resources"></a>

Refer to [Microsoft's SharePoint documentation](https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-to-know-the-sharepoint-rest-service) for more information about the service.
