{"id":2940,"date":"2022-10-26T23:04:46","date_gmt":"2022-10-27T04:04:46","guid":{"rendered":"https:\/\/johndeletre.blog\/2022\/10\/what-is-a-room-list\/"},"modified":"2025-12-17T21:33:59","modified_gmt":"2025-12-18T02:33:59","slug":"teams-roomlist","status":"publish","type":"post","link":"https:\/\/johndeletre.blog\/en\/2022\/10\/teams-roomlist\/","title":{"rendered":"What is a Room List"},"content":{"rendered":"<div id=\"bsf_rt_marker\"><\/div>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2940\" class=\"elementor elementor-2940 elementor-2913\" data-elementor-post-type=\"post\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b186a45 e-flex e-con-boxed e-con e-parent\" data-id=\"b186a45\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-14a142d elementor-widget elementor-widget-text-editor\" data-id=\"14a142d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><b><u>Scenario:<br><\/u><\/b>I often get calls from some of my customers asking <i>&#8220;why I&#8217;m not able to book a meeting room with my Teams client&#8221;<\/i>.<br>The reason is simple for a room to show up in the Microsoft Teams desktop client, it has to be part of a <strong>&#8220;RoomList<\/strong>&#8221; distribution group. Below you will see a screenshot that displays 3 room location lists in the Teams client.<\/p>\n<p><a href=\"https:\/\/johndeletre.blog\/wp-content\/uploads\/2022\/10\/RoomList.png\" target=\"_blank\" rel=\"noopener\"><img fetchpriority=\"high\" decoding=\"async\" class=\"border-image alignnone\" src=\"https:\/\/johndeletre.blog\/wp-content\/uploads\/2022\/10\/RoomList.png\" alt=\"\" width=\"720\" height=\"431\"><\/a><\/p>\n<p><b><u>Resolution:<br><\/u><\/b>Follow the steps below if you want your meeting rooms to be displayed in your Teams client.<br>To be able to create your room lists, you&#8217;ll need to go through the PowerShell tool, as this procedure isn&#8217;t yet available via the Exchange Online administrative center. <br>You will therefore need to install the <b>ExchangePowerShell <\/b>module available &#8211;&#8221; <a href=\"https:\/\/learn.microsoft.com\/en-us\/powershell\/exchange\/exchange-online-powershell?view=exchange-ps\"><b>HERE<\/b><\/a>.<\/p>\n<p>Once the ExchangePowerShell module is installed on your computer, you will need to run the command below to be able to connect to Exchange Online:<\/p>\n<div style=\"background: #CCCCCC; font-family: consolas; font-size: 0.9em; height: 28px; padding-left: 5px; text-align: left; width: 690px;\"><strong><span style=\"color: #333333; vertical-align: middle;\">Script.ps1<\/span><\/strong><\/div>\n<div style=\"background: #eeeeee; border: thin solid #cccccc; height: 45px; line-height: 1; overflow: scroll; padding: 5px; width: 690px;\"><span style=\"font-family: Courier New; font-size: small;\"><span style=\"white-space: nowrap;\">Connect-ExchangeOnline<\/span><\/span><\/div>\n<p>Press enter and the PowerShell tool will prompt you to authenticate with your Office365 account with Exchange Organization Management or Global Admin permissions.<\/p>\n<p>Once connected to Exchange Online, check that your organization has not already created this type of distribution group. Run the following command:<\/p>\n<div style=\"background: #CCCCCC; font-family: consolas; font-size: 0.9em; height: 28px; padding-left: 5px; text-align: left; width: 690px;\"><strong><span style=\"color: #333333; vertical-align: middle;\">Script.ps1<\/span><\/strong><\/div>\n<div style=\"background: #eeeeee; border: thin solid #cccccc; height: 45px; line-height: 1; overflow: scroll; padding: 5px; width: 690px;\"><span style=\"font-family: Courier New; font-size: small;\"><span style=\"white-space: nowrap;\">Get-DistributionGroup -RecipientTypeDetails RoomList<\/span><\/span><\/div>\n<p>If you ever find an existing group and want to include your room, simply add it as a member of that distribution group by running the following command:<\/p>\n<div style=\"background: #CCCCCC; font-family: consolas; font-size: 0.9em; height: 28px; padding-left: 5px; text-align: left; width: 690px;\"><strong><span style=\"color: #333333; vertical-align: middle;\">Script.ps1<\/span><\/strong><\/div>\n<div style=\"background: #eeeeee; border: thin solid #cccccc; height: 45px; line-height: 1; overflow: scroll; padding: 5px; width: 690px;\"><span style=\"font-family: Courier New; font-size: small;\"><span style=\"white-space: nowrap;\">Add-DistributionGroupMember &lt;RoomListName&gt; -Member &lt;RoomMailbox&gt;<\/span><\/span><\/div>\n<p>If no RoomList distribution group ever exists, you have the choice to convert an existing distribution group that is not a RoomList or to create a new one.<\/p>\n<p>To convert an existing group, perform the following command:<\/p>\n<div style=\"background: #CCCCCC; font-family: consolas; font-size: 0.9em; height: 28px; padding-left: 5px; text-align: left; width: 690px;\"><strong><span style=\"color: #333333; vertical-align: middle;\">Script.ps1<\/span><\/strong><\/div>\n<div style=\"background: #eeeeee; border: thin solid #cccccc; height: 45px; line-height: 1; overflow: scroll; padding: 5px; width: 690px;\"><span style=\"font-family: Courier New; font-size: small;\"><span style=\"white-space: nowrap;\">Set-DistributionGroup -Identity &lt;RoomListName&gt; -RoomList<\/span><\/span><\/div>\n<p><span style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight ); text-align: var(--text-align); background-color: var( --e-global-color-b500f0a );\">To create a new RoomList distribution group, run the following command:<\/span><\/p>\n<div style=\"background: #CCCCCC; font-family: consolas; font-size: 0.9em; height: 28px; padding-left: 5px; text-align: left; width: 690px;\"><strong><span style=\"color: #333333; vertical-align: middle;\">Script.ps1<\/span><\/strong><\/div>\n<div style=\"background: #eeeeee; border: thin solid #cccccc; height: 45px; line-height: 1; overflow: scroll; padding: 5px; width: 690px;\"><span style=\"font-family: Courier New; font-size: small;\"><span style=\"white-space: nowrap;\">New-DistributionGroup -Name &lt;RoomListName&gt; -RoomList<\/span><\/span><\/div>\n<p><b style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); text-align: var(--text-align); background-color: var( --e-global-color-b500f0a );\"><u><br><\/u><\/b><span style=\"text-decoration: underline;\"><strong>Source :<\/strong><\/span><b style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); text-align: var(--text-align); background-color: var( --e-global-color-b500f0a );\"><u><br><\/u><\/b><a style=\"font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-weight: var( --e-global-typography-text-font-weight ); text-align: var(--text-align);\" href=\"https:\/\/learn.microsoft.com\/ms-my\/exchange\/troubleshoot\/calendars\/conference-rooms-not-displayed\">Microsoft &#8211; Guide<\/a><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Scenario:I often get calls from some of my customers asking &#8220;why I&#8217;m not able to book a meeting room with&hellip;<\/p>\n","protected":false},"author":1,"featured_media":2915,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[46],"tags":[116,117],"class_list":["post-2940","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-microsoft-teams-en","tag-exchange-online-en","tag-list-of-rooms"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.4 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>What is a Room List &#062; JD. Blog<\/title>\n<meta name=\"description\" content=\"Scenario:I often get calls from some of my customers asking &quot;why I&#039;m not able to book a meeting room with my Teams client&quot;.The reason is simple for a room\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/johndeletre.blog\/en\/2022\/10\/teams-roomlist\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is a Room List\" \/>\n<meta property=\"og:description\" content=\"Scenario:I often get calls from some of my customers asking &quot;why I&#039;m not able to book a meeting room with my Teams client&quot;.The reason is simple for a room\" \/>\n<meta property=\"og:url\" content=\"https:\/\/johndeletre.blog\/en\/2022\/10\/teams-roomlist\/\" \/>\n<meta property=\"og:site_name\" content=\"JD. Blog\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/TheCowboy974\" \/>\n<meta property=\"article:published_time\" content=\"2022-10-27T04:04:46+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-18T02:33:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/johndeletre.blog\/wp-content\/uploads\/2022\/10\/RoomList-Thumbnail.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1022\" \/>\n\t<meta property=\"og:image:height\" content=\"655\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"John Deletre\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/john_deletre\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"John Deletre\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2022\\\/10\\\/teams-roomlist\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2022\\\/10\\\/teams-roomlist\\\/\"},\"author\":{\"name\":\"John Deletre\",\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/#\\\/schema\\\/person\\\/76185eeef8e3b5739329b634aab80675\"},\"headline\":\"What is a Room List\",\"datePublished\":\"2022-10-27T04:04:46+00:00\",\"dateModified\":\"2025-12-18T02:33:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2022\\\/10\\\/teams-roomlist\\\/\"},\"wordCount\":315,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2022\\\/10\\\/teams-roomlist\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/johndeletre.blog\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/RoomList-Thumbnail.png\",\"keywords\":[\"Exchange Online\",\"List of Rooms\"],\"articleSection\":[\"Microsoft Teams\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2022\\\/10\\\/teams-roomlist\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2022\\\/10\\\/teams-roomlist\\\/\",\"url\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2022\\\/10\\\/teams-roomlist\\\/\",\"name\":\"What is a Room List &#062; JD. Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2022\\\/10\\\/teams-roomlist\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2022\\\/10\\\/teams-roomlist\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/johndeletre.blog\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/RoomList-Thumbnail.png\",\"datePublished\":\"2022-10-27T04:04:46+00:00\",\"dateModified\":\"2025-12-18T02:33:59+00:00\",\"description\":\"Scenario:I often get calls from some of my customers asking \\\"why I'm not able to book a meeting room with my Teams client\\\".The reason is simple for a room\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2022\\\/10\\\/teams-roomlist\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2022\\\/10\\\/teams-roomlist\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2022\\\/10\\\/teams-roomlist\\\/#primaryimage\",\"url\":\"https:\\\/\\\/johndeletre.blog\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/RoomList-Thumbnail.png\",\"contentUrl\":\"https:\\\/\\\/johndeletre.blog\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/RoomList-Thumbnail.png\",\"width\":1022,\"height\":655},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/2022\\\/10\\\/teams-roomlist\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What is a Room List\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/\",\"name\":\"JD. Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/#organization\",\"name\":\"JD. Blog\",\"url\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/johndeletre.blog\\\/wp-content\\\/uploads\\\/2022\\\/09\\\/cropped-Sans-titre-3.png\",\"contentUrl\":\"https:\\\/\\\/johndeletre.blog\\\/wp-content\\\/uploads\\\/2022\\\/09\\\/cropped-Sans-titre-3.png\",\"width\":512,\"height\":512,\"caption\":\"JD. Blog\"},\"image\":{\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/#\\\/schema\\\/person\\\/76185eeef8e3b5739329b634aab80675\",\"name\":\"John Deletre\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e517726adf28d9166f91b0b3ea3976a170461f52f609f765df04b90346c87471?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e517726adf28d9166f91b0b3ea3976a170461f52f609f765df04b90346c87471?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e517726adf28d9166f91b0b3ea3976a170461f52f609f765df04b90346c87471?s=96&d=mm&r=g\",\"caption\":\"John Deletre\"},\"sameAs\":[\"https:\\\/\\\/johndeletre.blog\",\"https:\\\/\\\/www.facebook.com\\\/TheCowboy974\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/johndeletre\\\/\",\"https:\\\/\\\/x.com\\\/https:\\\/\\\/twitter.com\\\/john_deletre\"],\"url\":\"https:\\\/\\\/johndeletre.blog\\\/en\\\/author\\\/johnadmin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"What is a Room List &#062; JD. Blog","description":"Scenario:I often get calls from some of my customers asking \"why I'm not able to book a meeting room with my Teams client\".The reason is simple for a room","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:\/\/johndeletre.blog\/en\/2022\/10\/teams-roomlist\/","og_locale":"en_US","og_type":"article","og_title":"What is a Room List","og_description":"Scenario:I often get calls from some of my customers asking \"why I'm not able to book a meeting room with my Teams client\".The reason is simple for a room","og_url":"https:\/\/johndeletre.blog\/en\/2022\/10\/teams-roomlist\/","og_site_name":"JD. Blog","article_author":"https:\/\/www.facebook.com\/TheCowboy974","article_published_time":"2022-10-27T04:04:46+00:00","article_modified_time":"2025-12-18T02:33:59+00:00","og_image":[{"width":1022,"height":655,"url":"https:\/\/johndeletre.blog\/wp-content\/uploads\/2022\/10\/RoomList-Thumbnail.png","type":"image\/png"}],"author":"John Deletre","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/john_deletre","twitter_misc":{"Written by":"John Deletre","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/johndeletre.blog\/en\/2022\/10\/teams-roomlist\/#article","isPartOf":{"@id":"https:\/\/johndeletre.blog\/en\/2022\/10\/teams-roomlist\/"},"author":{"name":"John Deletre","@id":"https:\/\/johndeletre.blog\/en\/#\/schema\/person\/76185eeef8e3b5739329b634aab80675"},"headline":"What is a Room List","datePublished":"2022-10-27T04:04:46+00:00","dateModified":"2025-12-18T02:33:59+00:00","mainEntityOfPage":{"@id":"https:\/\/johndeletre.blog\/en\/2022\/10\/teams-roomlist\/"},"wordCount":315,"commentCount":0,"publisher":{"@id":"https:\/\/johndeletre.blog\/en\/#organization"},"image":{"@id":"https:\/\/johndeletre.blog\/en\/2022\/10\/teams-roomlist\/#primaryimage"},"thumbnailUrl":"https:\/\/johndeletre.blog\/wp-content\/uploads\/2022\/10\/RoomList-Thumbnail.png","keywords":["Exchange Online","List of Rooms"],"articleSection":["Microsoft Teams"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/johndeletre.blog\/en\/2022\/10\/teams-roomlist\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/johndeletre.blog\/en\/2022\/10\/teams-roomlist\/","url":"https:\/\/johndeletre.blog\/en\/2022\/10\/teams-roomlist\/","name":"What is a Room List &#062; JD. Blog","isPartOf":{"@id":"https:\/\/johndeletre.blog\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/johndeletre.blog\/en\/2022\/10\/teams-roomlist\/#primaryimage"},"image":{"@id":"https:\/\/johndeletre.blog\/en\/2022\/10\/teams-roomlist\/#primaryimage"},"thumbnailUrl":"https:\/\/johndeletre.blog\/wp-content\/uploads\/2022\/10\/RoomList-Thumbnail.png","datePublished":"2022-10-27T04:04:46+00:00","dateModified":"2025-12-18T02:33:59+00:00","description":"Scenario:I often get calls from some of my customers asking \"why I'm not able to book a meeting room with my Teams client\".The reason is simple for a room","breadcrumb":{"@id":"https:\/\/johndeletre.blog\/en\/2022\/10\/teams-roomlist\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/johndeletre.blog\/en\/2022\/10\/teams-roomlist\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/johndeletre.blog\/en\/2022\/10\/teams-roomlist\/#primaryimage","url":"https:\/\/johndeletre.blog\/wp-content\/uploads\/2022\/10\/RoomList-Thumbnail.png","contentUrl":"https:\/\/johndeletre.blog\/wp-content\/uploads\/2022\/10\/RoomList-Thumbnail.png","width":1022,"height":655},{"@type":"BreadcrumbList","@id":"https:\/\/johndeletre.blog\/en\/2022\/10\/teams-roomlist\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/johndeletre.blog\/en\/"},{"@type":"ListItem","position":2,"name":"What is a Room List"}]},{"@type":"WebSite","@id":"https:\/\/johndeletre.blog\/en\/#website","url":"https:\/\/johndeletre.blog\/en\/","name":"JD. Blog","description":"","publisher":{"@id":"https:\/\/johndeletre.blog\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/johndeletre.blog\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/johndeletre.blog\/en\/#organization","name":"JD. Blog","url":"https:\/\/johndeletre.blog\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/johndeletre.blog\/en\/#\/schema\/logo\/image\/","url":"https:\/\/johndeletre.blog\/wp-content\/uploads\/2022\/09\/cropped-Sans-titre-3.png","contentUrl":"https:\/\/johndeletre.blog\/wp-content\/uploads\/2022\/09\/cropped-Sans-titre-3.png","width":512,"height":512,"caption":"JD. Blog"},"image":{"@id":"https:\/\/johndeletre.blog\/en\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/johndeletre.blog\/en\/#\/schema\/person\/76185eeef8e3b5739329b634aab80675","name":"John Deletre","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/e517726adf28d9166f91b0b3ea3976a170461f52f609f765df04b90346c87471?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/e517726adf28d9166f91b0b3ea3976a170461f52f609f765df04b90346c87471?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e517726adf28d9166f91b0b3ea3976a170461f52f609f765df04b90346c87471?s=96&d=mm&r=g","caption":"John Deletre"},"sameAs":["https:\/\/johndeletre.blog","https:\/\/www.facebook.com\/TheCowboy974","https:\/\/www.linkedin.com\/in\/johndeletre\/","https:\/\/x.com\/https:\/\/twitter.com\/john_deletre"],"url":"https:\/\/johndeletre.blog\/en\/author\/johnadmin\/"}]}},"jetpack_featured_media_url":"https:\/\/johndeletre.blog\/wp-content\/uploads\/2022\/10\/RoomList-Thumbnail.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/johndeletre.blog\/en\/wp-json\/wp\/v2\/posts\/2940","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/johndeletre.blog\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/johndeletre.blog\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/johndeletre.blog\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/johndeletre.blog\/en\/wp-json\/wp\/v2\/comments?post=2940"}],"version-history":[{"count":2,"href":"https:\/\/johndeletre.blog\/en\/wp-json\/wp\/v2\/posts\/2940\/revisions"}],"predecessor-version":[{"id":11551,"href":"https:\/\/johndeletre.blog\/en\/wp-json\/wp\/v2\/posts\/2940\/revisions\/11551"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/johndeletre.blog\/en\/wp-json\/wp\/v2\/media\/2915"}],"wp:attachment":[{"href":"https:\/\/johndeletre.blog\/en\/wp-json\/wp\/v2\/media?parent=2940"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/johndeletre.blog\/en\/wp-json\/wp\/v2\/categories?post=2940"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/johndeletre.blog\/en\/wp-json\/wp\/v2\/tags?post=2940"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}