GaliGonen3555
Sep 15, 2022Copper Contributor
Page Creation with Limited Menu Interface
Hi I would like to allow users in a certain Sharepoint site to create wiki pages. however, they are confused by all the menus and options ( page details, analytics) and on the 'New' button they c...
- Sep 15, 2022
GaliGonen3555 The above URL will create a new site page in SharePoint default "Site Pages" library.
If you want to create a new page in another library, you have to use the URL in this format:
https://contoso.sharepoint.com/sites/SPConnect/_layouts/15/CreateSitePage.aspx?List={ECE43B3D-CB8B-4DC3-9373-F35B954B186D}
Where List={ECE43B3D-CB8B-4DC3-9373-F35B954B186D} is the GUID of a library. You can get it from library settings page.
If you want to create a page inside a specific folder in a library, use URL in format:
https://contoso.sharepoint.com/sites/SPConnect/_layouts/15/CreateSitePage.aspx?List={ECE43B3D-CB8B-4DC3-9373-F35B954B186D}&RootFolder=/sites/SPConnect/SitePages/MyFolder
Where MyFolder is the folder inside "Site Pages" library.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.