In the SharePoint Online REST APIs series, I’ll be sharing the most common APIs I use. I mainly use these APIs in Power Automate, so I’ll base the information in this series on the data you need for a Send…
In the SharePoint Online REST APIs series, I’ll be sharing the most common APIs I use. I mainly use these APIs in Power Automate, so I’ll base the information in this series on the data you need for a Send…
In the SharePoint Online REST APIs series, I’ll be sharing the most common APIs I use. I mainly use these APIs in Power Automate, so I’ll base the information in this series on the data you need for a Send…
In the SharePoint Online REST APIs series, I’ll be sharing the most common APIs I use. I mainly use these APIs in Power Automate, so I’ll base the information in this series on the data you need for a Send…
In the SharePoint Online REST APIs series, I’ll be sharing the most common APIs I use. I mainly use these APIs in Power Automate, so I’ll base the information in this series on the data you need for a Send…
In the SharePoint Online REST APIs series, I’ll be sharing the most common APIs I use. I mainly use these APIs in Power Automate, so I’ll base the information in this series on the data you need for a Send…
If you’re like me, you like to keep a site register for your users so they can see who the site owners are. Of course, this information is available for SharePoint Online administrators in the SharePoint administration center, but there…
With Microsoft offering Microsoft 365 Groups in their online offering, we as SharePoint administrators, have had to adjust with new ways of administrating the platform from the traditional on-premises environments we have been used to for so many years. Normally,…
We often need to access the Microsoft Graph API in Power Automate (I use it mainly for Microsoft 365 Group data). However, you need to authenticate against the Graph to prove you have the right permission to access the data…
I came across an instance where I wanted to filter a REST API call on a SharePoint hyperlink field. However, this cannot be done using your traditional Odata filter. Therefore, I had to filter my query using CAML query. CAML…