{"id":556,"date":"2009-12-30T16:36:19","date_gmt":"2009-12-30T15:36:19","guid":{"rendered":"http:\/\/www.tsls.co.uk\/?p=556"},"modified":"2026-03-11T10:55:32","modified_gmt":"2026-03-11T10:55:32","slug":"changing-public-folder-permissions-exchange-20072010","status":"publish","type":"post","link":"https:\/\/www.tsls.co.uk\/index.php\/2009\/12\/30\/changing-public-folder-permissions-exchange-20072010\/","title":{"rendered":"Changing Public Folder Permissions Exchange 20072010"},"content":{"rendered":"<p>Having difficulties deletingediting public folder data as the owner no longer exists, found that the change permissions box in outlook is greyed out and the Public Folder Admin tool in Exchange 2007 does not have an interface for changing the permissions. well that because you have to complete permission changes in powershell.<\/p>\n<p>\u00a0To add permissions to a public folder you have 2 options:\u00a0<\/p>\n<ol>\n<li>Options 1 &#8211; Add the permissions per folder<\/li>\n<\/ol>\n<p><code>Add-PublicFolderClientPermission -Identity \"xxxxxx\" -AccessRights Owner -User \"Luke Smith\"\u00a0<\/code><\/p>\n<ol>\n<li>Option 2 Recursively add permissions from a folder and all Child folders<\/li>\n<\/ol>\n<p><code>\u00a0AddUsersToPFRecursive.ps1 -toppublicfolder  -User \"Luke Smith\" -Permissions Owner <\/code><\/p>\n<p>\u00a0The -User flag I original thought was the domain account such as TSLSLuke.Smith however it would appear that the command wanted the mailbox (display) name instead.<\/p>\n<p>\u00a0More information on these commands below:\u00a0<\/p>\n<h3>Add-PublicFolderClientPermission<\/h3>\n<p>\u00a0Add-PublicFolderClientPermission -Identity &lt;PublicFolderIdParameter&gt; -AccessRights &lt;MultiValuedProperty&gt; -User &lt;PublicFolderUserIdParameter&gt; [-Confirm [&lt;SwitchParameter&gt;]] [-DomainController &lt;Fqdn&gt;] [-Server &lt;ServerIdParameter&gt;] [-WhatIf [&lt;SwitchParameter&gt;]]<\/p>\n<p>\u00a0Parameters<\/p>\n<table border=\"1\" cellpadding=\"0\" width=\"79%\">\n<tbody>\n<tr>\n<td width=\"113\" valign=\"bottom\"><strong>Parameter <\/strong><\/td>\n<td width=\"64\" valign=\"bottom\"><strong>Required <\/strong><\/td>\n<td width=\"303\" valign=\"bottom\"><strong>Description <\/strong><\/td>\n<\/tr>\n<tr>\n<td width=\"113\" valign=\"top\"><em>AccessRights<\/em><\/td>\n<td width=\"64\" valign=\"top\">Required<\/td>\n<td width=\"303\" valign=\"top\">The <em>AccessRights<\/em> parameter specifies the rights being added. This parameter accepts the following values:<\/p>\n<p><strong>ReadItems<\/strong>\u00a0\u00a0\u00a0The user has the right to read items within the specified public folder.<\/p>\n<p><strong>CreateItems<\/strong>\u00a0\u00a0\u00a0The user has the right to create items within the specified public folder.<\/p>\n<p><strong>EditOwnedItems<\/strong>\u00a0\u00a0\u00a0The user has the right to edit the items that the user owns in the specified public folder.<\/p>\n<p><strong>DeleteOwnedItems<\/strong>\u00a0\u00a0\u00a0The user has the right to delete items that the user owns in the specified public folder.<\/p>\n<p><strong>EditAllItems<\/strong>\u00a0\u00a0\u00a0The user has the right to edit all items in the specified public folder.<\/p>\n<p><strong>DeleteAllItems<\/strong>\u00a0\u00a0\u00a0The user has the right to delete all items in the specified public folder.<\/p>\n<p><strong>CreateSubfolders<\/strong>\u00a0\u00a0\u00a0The user has the right to create subfolders in the specified public folder.<\/p>\n<p><strong>FolderOwner<\/strong>\u00a0\u00a0\u00a0The user is the owner of the specified public folder. The user has the right to view and move the public folder and create subfolders. The user can&#8217;t read items, edit items, delete items, or create items.<\/p>\n<p><strong>FolderContact<\/strong>\u00a0\u00a0\u00a0The user is the contact for the specified public folder.<\/p>\n<p><strong>FolderVisible<\/strong>\u00a0\u00a0\u00a0The user can view the specified public folder, but can&#8217;t read or edit items within the specified public folder.<\/p>\n<p>In addition to access rights, you can create rights based upon roles, which includes multiple access rights. This parameter accepts the following values for roles:<\/p>\n<p><strong>None<\/strong>\u00a0\u00a0\u00a0FolderVisible<\/p>\n<p><strong>Owner<\/strong>\u00a0\u00a0\u00a0CreateItems, ReadItems, CreateSubfolders, FolderOwner, FolderContact, FolderVisible, EditOwnedItems, EditAllItems, DeleteOwnedItems, DeleteAllItems<\/p>\n<p><strong>PublishingEditor<\/strong>\u00a0\u00a0\u00a0CreateItems, ReadItems, CreateSubfolders, FolderVisible, EditOwnedItems, EditAllItems, DeleteOwnedItems, DeleteAllItems<\/p>\n<p><strong>Editor<\/strong>\u00a0\u00a0\u00a0CreateItems, ReadItems, FolderVisible, EditOwnedItems, EditAllItems, DeleteOwnedItems, DeleteAllItems<\/p>\n<p><strong>PublishingAuthor<\/strong>\u00a0\u00a0\u00a0CreateItems, ReadItems, CreateSubfolders, FolderVisible, EditOwnedItems, DeleteOwnedItems<\/p>\n<p><strong>Author<\/strong>\u00a0\u00a0\u00a0CreateItems, ReadItems, FolderVisible, EditOwnedItems, DeleteOwnedItems<\/p>\n<p><strong>NonEditingAuthor<\/strong>\u00a0\u00a0\u00a0CreateItems, ReadItems, FolderVisible<\/p>\n<p><strong>Reviewer<\/strong>\u00a0\u00a0\u00a0ReadItems, FolderVisible<\/p>\n<p><strong>Contributor<\/strong>\u00a0\u00a0\u00a0CreateItems, FolderVisible<\/td>\n<\/tr>\n<tr>\n<td width=\"113\" valign=\"top\"><em>Identity<\/em><\/td>\n<td width=\"64\" valign=\"top\">Required<\/td>\n<td width=\"303\" valign=\"top\">The <em>Identity<\/em> parameter specifies the GUID or public folder name that represents a specific public folder. You can also include the path using the format <em>TopLevelPublicFolderPublicFolder<\/em>.<\/p>\n<p>You can omit the parameter label so that only the public folder name or GUID is supplied.<\/td>\n<\/tr>\n<tr>\n<td width=\"113\" valign=\"top\"><em>User<\/em><\/td>\n<td width=\"64\" valign=\"top\">Required<\/td>\n<td width=\"303\" valign=\"top\">The <em>User<\/em> parameter specifies the user principal name (UPN), <em>domainuser<\/em>, or alias of the user for whom rights are being added.<\/td>\n<\/tr>\n<tr>\n<td width=\"113\" valign=\"top\"><em>Confirm<\/em><\/td>\n<td width=\"64\" valign=\"top\">Optional<\/td>\n<td width=\"303\" valign=\"top\">The <em>Confirm<\/em> switch can be used to suppress the confirmation prompt that appears by default when this cmdlet is run. To suppress the confirmation prompt, use the syntax -Confirm:$False. You must include a colon (\u00a0:\u00a0) in the syntax.<\/td>\n<\/tr>\n<tr>\n<td width=\"113\" valign=\"top\"><em>DomainController<\/em><\/td>\n<td width=\"64\" valign=\"top\">Optional<\/td>\n<td width=\"303\" valign=\"top\">The <em>DomainController<\/em> parameter specifies the fully qualified domain name (FQDN) of the domain controller that writes this configuration change to Active\u00a0Directory.<\/td>\n<\/tr>\n<tr>\n<td width=\"113\" valign=\"top\"><em>Server<\/em><\/td>\n<td width=\"64\" valign=\"top\">Optional<\/td>\n<td width=\"303\" valign=\"top\">The <em>Server <\/em>parameter specifies the server on which to perform the selected operations.<\/td>\n<\/tr>\n<tr>\n<td width=\"113\" valign=\"top\"><em>WhatIf<\/em><\/td>\n<td width=\"64\" valign=\"top\">Optional<\/td>\n<td width=\"303\" valign=\"top\">The <em>WhatIf<\/em> switch instructs the command to simulate the actions that it would take on the object. By using the <em>WhatIf<\/em> switch, you can view what changes would occur without having to apply any of those changes. You don&#8217;t have to specify a value with the <em>WhatIf<\/em> switch.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>\u00a0Information from: <a href=\"http:\/\/technet.microsoft.com\/en-us\/library\/bb124743.aspx\">http:\/\/technet.microsoft.com\/en-us\/library\/bb124743.aspx<\/a>\u00a0<\/p>\n<h3>AddUsersToPFRecursive\u00a0<\/h3>\n<table border=\"1\" cellpadding=\"0\" width=\"97%\">\n<tbody>\n<tr>\n<td valign=\"bottom\"><strong>Task <\/strong><\/td>\n<td valign=\"bottom\"><strong>Script <\/strong><\/td>\n<td valign=\"bottom\"><strong>Description <\/strong><\/td>\n<\/tr>\n<tr>\n<td valign=\"top\">Add a user to the client permissions list.<\/td>\n<td valign=\"top\">AddUsersToPFRecursive.ps1<\/td>\n<td valign=\"top\">This script adds a user and that user&#8217;s permissions to the client permissions list for a public folder and all the folders beneath it in the hierarchy. If the user is already listed in the client permissions list for a folder, the user&#8217;s permissions are updated to the new set specified in the script. This script accepts the following parameters:<\/p>\n<p><strong>Help<\/strong>\u00a0\u00a0\u00a0This parameter displays the Help file for the script.<\/p>\n<p><strong>Server<\/strong>\u00a0\u00a0\u00a0(Optional) This parameter specifies the server to operate against. This server must be an Exchange\u00a0Mailbox server that contains a public folder database. If you don&#8217;t use the <em>Server<\/em> parameter to specify a server, the script defaults to the local server.<\/p>\n<p><strong>TopPublicFolder<\/strong>\u00a0\u00a0\u00a0(Required) This parameter specifies the identity of the folder at the top of the public folder tree.<\/p>\n<p><strong>User<\/strong>\u00a0\u00a0\u00a0(Required) This parameter specifies the identity of the user to whom to add client permissions.<\/p>\n<p><strong>Permissions<\/strong>\u00a0\u00a0\u00a0(Required) This parameter specifies the client permissions to apply to the user.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>\u00a0More information here: <a href=\"http:\/\/technet.microsoft.com\/en-us\/library\/aa997966.aspx\">http:\/\/technet.microsoft.com\/en-us\/library\/aa997966.aspx<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Having difficulties deletingediting public folder data as the owner no longer exists, found that the change permissions box in outlook is greyed out and the Public Folder Admin tool in Exchange 2007 does not have<\/p>\n","protected":false},"author":11,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_newsletter_tier_id":0,"footnotes":"","jetpack_publicize_message":"","jetpack_is_tweetstorm":false,"jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false}}},"categories":[21],"tags":[731,741,2551],"class_list":["post-556","post","type-post","status-publish","format-standard","hentry","category-microsoft","tag-exchange-2007","tag-exchange-2010","tag-microsoft"],"jetpack_publicize_connections":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.9.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\r\n<title>Changing Public Folder Permissions Exchange 20072010 - TSLS - Luke Smith<\/title>\r\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\r\n<link rel=\"canonical\" href=\"https:\/\/www.tsls.co.uk\/index.php\/2009\/12\/30\/changing-public-folder-permissions-exchange-20072010\/\" \/>\r\n<meta property=\"og:locale\" content=\"en_GB\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"Changing Public Folder Permissions Exchange 20072010 - TSLS - Luke Smith\" \/>\r\n<meta property=\"og:description\" content=\"Having difficulties deletingediting public folder data as the owner no longer exists, found that the change permissions box in outlook is greyed out and the Public Folder Admin tool in Exchange 2007 does not have\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/www.tsls.co.uk\/index.php\/2009\/12\/30\/changing-public-folder-permissions-exchange-20072010\/\" \/>\r\n<meta property=\"og:site_name\" content=\"TSLS - Luke Smith\" \/>\r\n<meta property=\"article:published_time\" content=\"2009-12-30T15:36:19+00:00\" \/>\r\n<meta property=\"article:modified_time\" content=\"2026-03-11T10:55:32+00:00\" \/>\r\n<meta name=\"author\" content=\"Luke Smith\" \/>\r\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Luke Smith\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.tsls.co.uk\/index.php\/2009\/12\/30\/changing-public-folder-permissions-exchange-20072010\/\",\"url\":\"https:\/\/www.tsls.co.uk\/index.php\/2009\/12\/30\/changing-public-folder-permissions-exchange-20072010\/\",\"name\":\"Changing Public Folder Permissions Exchange 20072010 - TSLS - Luke Smith\",\"isPartOf\":{\"@id\":\"https:\/\/www.tsls.co.uk\/#website\"},\"datePublished\":\"2009-12-30T15:36:19+00:00\",\"dateModified\":\"2026-03-11T10:55:32+00:00\",\"author\":{\"@id\":\"https:\/\/www.tsls.co.uk\/#\/schema\/person\/e4d7dac4fe1b3f8df31f3857bb3ebda7\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.tsls.co.uk\/index.php\/2009\/12\/30\/changing-public-folder-permissions-exchange-20072010\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.tsls.co.uk\/index.php\/2009\/12\/30\/changing-public-folder-permissions-exchange-20072010\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.tsls.co.uk\/index.php\/2009\/12\/30\/changing-public-folder-permissions-exchange-20072010\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.tsls.co.uk\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Changing Public Folder Permissions Exchange 20072010\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.tsls.co.uk\/#website\",\"url\":\"https:\/\/www.tsls.co.uk\/\",\"name\":\"TSLS - Luke Smith\",\"description\":\"- Knowledge - Thoughts - Microsoft -\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.tsls.co.uk\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.tsls.co.uk\/#\/schema\/person\/e4d7dac4fe1b3f8df31f3857bb3ebda7\",\"name\":\"Luke Smith\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.tsls.co.uk\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/29abc50f07a4ebe68cb4f31981884f89b2157d7e4ed63b09631d40c0717faa94?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/29abc50f07a4ebe68cb4f31981884f89b2157d7e4ed63b09631d40c0717faa94?s=96&d=mm&r=g\",\"caption\":\"Luke Smith\"},\"description\":\"I\u2019ve been working with Microsoft Technologies for over 20 years, my main focus now being Microsoft Online Services. I manage the Cloud Services at ElysianIT Limited and as a P-SELLER at Microsoft. I have worked with many organisations from SMC to Enterprise. I\u2019ve been working with Microsoft Technologies since DOS 5.0, to date I have been working on Microsoft\u2019s latest cloud technology Windows Azure, Windows 10 Office 365 and Microsoft SharePoint\",\"sameAs\":[\"http:\/\/www.tsls.co.uk\"],\"url\":\"https:\/\/www.tsls.co.uk\/index.php\/author\/luke\/\"}]}<\/script>\r\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Changing Public Folder Permissions Exchange 20072010 - TSLS - Luke Smith","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.tsls.co.uk\/index.php\/2009\/12\/30\/changing-public-folder-permissions-exchange-20072010\/","og_locale":"en_GB","og_type":"article","og_title":"Changing Public Folder Permissions Exchange 20072010 - TSLS - Luke Smith","og_description":"Having difficulties deletingediting public folder data as the owner no longer exists, found that the change permissions box in outlook is greyed out and the Public Folder Admin tool in Exchange 2007 does not have","og_url":"https:\/\/www.tsls.co.uk\/index.php\/2009\/12\/30\/changing-public-folder-permissions-exchange-20072010\/","og_site_name":"TSLS - Luke Smith","article_published_time":"2009-12-30T15:36:19+00:00","article_modified_time":"2026-03-11T10:55:32+00:00","author":"Luke Smith","twitter_misc":{"Written by":"Luke Smith","Estimated reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.tsls.co.uk\/index.php\/2009\/12\/30\/changing-public-folder-permissions-exchange-20072010\/","url":"https:\/\/www.tsls.co.uk\/index.php\/2009\/12\/30\/changing-public-folder-permissions-exchange-20072010\/","name":"Changing Public Folder Permissions Exchange 20072010 - TSLS - Luke Smith","isPartOf":{"@id":"https:\/\/www.tsls.co.uk\/#website"},"datePublished":"2009-12-30T15:36:19+00:00","dateModified":"2026-03-11T10:55:32+00:00","author":{"@id":"https:\/\/www.tsls.co.uk\/#\/schema\/person\/e4d7dac4fe1b3f8df31f3857bb3ebda7"},"breadcrumb":{"@id":"https:\/\/www.tsls.co.uk\/index.php\/2009\/12\/30\/changing-public-folder-permissions-exchange-20072010\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.tsls.co.uk\/index.php\/2009\/12\/30\/changing-public-folder-permissions-exchange-20072010\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.tsls.co.uk\/index.php\/2009\/12\/30\/changing-public-folder-permissions-exchange-20072010\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.tsls.co.uk\/"},{"@type":"ListItem","position":2,"name":"Changing Public Folder Permissions Exchange 20072010"}]},{"@type":"WebSite","@id":"https:\/\/www.tsls.co.uk\/#website","url":"https:\/\/www.tsls.co.uk\/","name":"TSLS - Luke Smith","description":"- Knowledge - Thoughts - Microsoft -","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.tsls.co.uk\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-GB"},{"@type":"Person","@id":"https:\/\/www.tsls.co.uk\/#\/schema\/person\/e4d7dac4fe1b3f8df31f3857bb3ebda7","name":"Luke Smith","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.tsls.co.uk\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/29abc50f07a4ebe68cb4f31981884f89b2157d7e4ed63b09631d40c0717faa94?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/29abc50f07a4ebe68cb4f31981884f89b2157d7e4ed63b09631d40c0717faa94?s=96&d=mm&r=g","caption":"Luke Smith"},"description":"I\u2019ve been working with Microsoft Technologies for over 20 years, my main focus now being Microsoft Online Services. I manage the Cloud Services at ElysianIT Limited and as a P-SELLER at Microsoft. I have worked with many organisations from SMC to Enterprise. I\u2019ve been working with Microsoft Technologies since DOS 5.0, to date I have been working on Microsoft\u2019s latest cloud technology Windows Azure, Windows 10 Office 365 and Microsoft SharePoint","sameAs":["http:\/\/www.tsls.co.uk"],"url":"https:\/\/www.tsls.co.uk\/index.php\/author\/luke\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p2gf1k-8Y","_links":{"self":[{"href":"https:\/\/www.tsls.co.uk\/index.php\/wp-json\/wp\/v2\/posts\/556","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tsls.co.uk\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.tsls.co.uk\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.tsls.co.uk\/index.php\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tsls.co.uk\/index.php\/wp-json\/wp\/v2\/comments?post=556"}],"version-history":[{"count":1,"href":"https:\/\/www.tsls.co.uk\/index.php\/wp-json\/wp\/v2\/posts\/556\/revisions"}],"predecessor-version":[{"id":6459,"href":"https:\/\/www.tsls.co.uk\/index.php\/wp-json\/wp\/v2\/posts\/556\/revisions\/6459"}],"wp:attachment":[{"href":"https:\/\/www.tsls.co.uk\/index.php\/wp-json\/wp\/v2\/media?parent=556"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.tsls.co.uk\/index.php\/wp-json\/wp\/v2\/categories?post=556"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.tsls.co.uk\/index.php\/wp-json\/wp\/v2\/tags?post=556"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}