> ## Documentation Index
> Fetch the complete documentation index at: https://docs.push.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Share point

SharePoint is a Microsoft platform for document management and intranets, enabling teams to collaborate, store, and organize content securely and effectively

<Accordion title="Create SharePoint Folder">
  Creates a new folder in sharepoint using the rest api.
</Accordion>

<Accordion title="Create SharePoint List">
  Creates a new list in sharepoint using the rest api.
</Accordion>

<Accordion title="Find SharePoint User">
  Finds a user in both microsoft graph and sharepoint to verify their existence and status.
</Accordion>

<Accordion title="Create SharePoint User">
  Creates a new user in sharepoint.
</Accordion>

<Accordion title="Remove SharePoint User">
  Removes a user from sharepoint. will not fail if user doesn't exist.
</Accordion>

<Accordion title="Create SharePoint List Item">
  Creates a new item in a sharepoint list.
</Accordion>
