VOOZH about

URL: https://nathalieleenders.com/

⇱ Power Platform Tips & Tricks


πŸ‘ Author Image

Hi, I am Nathalie

  • Power Platform Consultant
  • Microsoft MVP
  • Microsoft MCT
  • I love to teach others.
  • I love traveling, trying new things and living life to the fullest.

Nathalie Leenders

Power Platfrom Consultant at Wortell

I’ve started this site to share the knowledge I’ve gained initially as a Power Platform Developer. In January 2024 I started as a Consultant at Wortell, and in June I also became an MCT. Being a former hairdresser, turned IT, no coding background, no degree and self-taught on most things, I feel it’s important to share the knowledge, so others can also learn from it.

I was awarded with the Microsoft MVP Award for the first time in June 2023, and re-awarded in 2024. Still very excited to continue to share the knowledge!

My most recent engagement was in Prague where I did a workshop on Power Automate together with the amazing Hugo Bernier, a Women in Tech panel with Angie and Valerie, and spoke on Virtual Tables.

Featured Posts

Recent Posts

Blog series - Post - Revoke permissions to a document through the API

Scenario Revoke permissions to a document through the API. Here comes the tricky part. There are 2 kind (that I found) role types on SharePoint. Roles from the Roletypekind None (Role = 0): No permissions assigned. Guest (Role = 1): Limited access, typically read-only. Reader (Role = 2): Can view items but not make changes. Contributor (Role = 3): Can add and edit items. WebDesigner (Role = 4): Can design and manage site content. Administrator (Role = 5): Full control over the site. Role (UserRoleAssignment). View (Role = 1): Grants read-only access to the document. Edit (Role = 2): Allows the user to edit the document. Owner (Role = 3): Grants full control over the document, including the ability to manage permissions. None (Role = 0): Removes any previously assigned permissions. Step 1 - You need to have broken inheritance first, otherwise this won’t work. API call 1 - Get all the groups from SharePoint Method: Post URI: _api/web/lists/getbytitle('@{variables('VarListname')}')/items(@{variables('VarItemID')})/UpdateDocumentSharingInfo

Thursday, February 20, 2025 | 2 minutes Read