web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / How to Update SharePoi...
Power Automate
Answered

How to Update SharePoint Site Storage Quota Using Power Automate?

(0) ShareShare
ReportReport
Posted on by 54

Hi Everyone,

I want to increase the storage quota of a SharePoint site using Power Automate.

Is it possible to update the site’s storage limit (quota) using HTTP Request to SharePoint?

If yes, what is the correct API request and what permissions are required?

Thanks in advance!

Categories:
I have the same question (0)
  • Verified answer
    MS.Ragavendar Profile Picture
    6,446 Super User 2026 Season 1 on at
     
    Needed : Site ID 
    Method : Post 
    Property : StorageMaximumLevel
     
     
    Value which we passing is only of MB not GB so you have set the values based on the MB.
     
    URI
    _api/Microsoft.Online.SharePoint.TenantAdministration.Tenant/Sites('@{outputs('Send_an_HTTP_request_to_SharePoint_-_Get_Site_Id')?['body']['Id']}')

    Headers

    {
     "Accept": "application/json;odata=nometadata",
     "Content-Type": "application/json;odata=nometadata",
     "X-HTTP-Method": "MERGE"
    }

    Body

    {
    "StorageMaximumLevel": "256000"
    }

     

    updatestoragemaximumlevel.png

    Blog Post  FYR.

     

    Please click Accept as solution if my post helped you solve your issue and help others who will face the similar issue in future.
    ❤️ Please consider giving it a Like, If the approach was useful in other ways.
    🏷️ Please tag me @MS.Ragavendar if you still have any queries related to the solution or issue persists.
  • MS.Ragavendar Profile Picture
    6,446 Super User 2026 Season 1 on at
     
    A quick follow-up to see, does the suggestion worked for you or still you were looking for any other approaches or assistance.
     
    Please click Accept as solution if my post helped you solve your issue and help others who will face the similar issue in future.
    ❤️ Please consider giving it a Like, If the approach was useful in other ways.
    🏷️ Please tag me @MS.Ragavendar if you still have any queries related to the solution or issue persists.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 552

#2
Valantis Profile Picture

Valantis 388

#3
11manish Profile Picture

11manish 375

Last 30 days Overall leaderboard