Step-by-Step Guide to Adding a Custom Content Type in SharePoint Library
Step-by-Step Guide to Adding a Custom Content Type in SharePoint Library

Step-by-Step Guide to Adding a Custom Content Type in SharePoint Library

Prerequisites

  • Access to Power Automate
  • A SharePoint Online site
  • Necessary permissions to create sites and manage content types

1. Create a SharePoint Site

First, we need to create a SharePoint site where the custom content type will be added.

POST https://<your-tenant>.sharepoint.com/_api/SPSiteManager/create

{

? "request": {

??? "Title": "Your Site Title",

??? "Url": "https://<your-tenant>.sharepoint.com/sites/YourSiteName ",

??? "Lcid": 1033,

??? "ShareByEmailEnabled": false,

??? "Classification": "Low Business Impact",

??? "Description": "Site for your specific purpose",

??? "WebTemplate": "STS#3",

??? "SiteDesignId": "6142d2a0-63a5-4ba0-aede-d9fefca2c767",

??? "Owner": "[email protected] ",

??? "WebTemplateExtensionId": "00000000-0000-0000-0000-000000000000"

? }

}


Continue Reading...


要查看或添加评论,请登录

社区洞察

其他会员也浏览了