{"id":76,"date":"2007-02-19T12:30:00","date_gmt":"2007-02-19T20:30:00","guid":{"rendered":"http:\/\/testblog.sapien.com\/index.php\/2007\/02\/19\/group-membership-with-dsquerydsget\/"},"modified":"2007-02-19T12:30:00","modified_gmt":"2007-02-19T20:30:00","slug":"group-membership-with-dsquerydsget","status":"publish","type":"post","link":"https:\/\/dev.sapien.com\/blog\/2007\/02\/19\/group-membership-with-dsquerydsget\/","title":{"rendered":"Group Membership with DSQuery\/DSGet"},"content":{"rendered":"<p>Recently I was helping out in a scripting forum. The topic was getting a report of all groups and their members. I have several VBScripts to do this, but an even easier and faster way is to use the DSQuery and DSGet commands from the command line.&nbsp; Want to see all the groups in your domain or forest simply run:<\/p>\n<p><font size=\"2\" face=\"Lucida Console\" color=\"#0000ff\" style=\"color: rgb(0, 0, 255);\">dsquery group<\/font><\/p>\n<p>And you&#8217;ll get a complete list of each group and its distinguished name. How easy is that? To get the members of a group all you need is<\/p>\n<p><font size=\"2\" face=\"Lucida Console\" color=\"#0000ff\" style=\"color: rgb(0, 0, 255);\">dsget group GroupDN -members<\/font><\/p>\n<p>GroupDN is the distinguished name of the group. However, you save yourself the trouble of typing because you can pipe the results of the dsquery command to dsget:<\/p>\n<p><font size=\"2\" face=\"Lucida Console\" color=\"#0000ff\" style=\"color: rgb(0, 0, 255);\">dsquery group<\/font> | <font size=\"2\" face=\"Lucida Console\" color=\"#0000ff\" style=\"color: rgb(0, 0, 255);\">dsget group -members<\/font><\/p>\n<p>What do you think of that? You can also use the -expand switch with dsget group if you have nested groups and want to expand the membership completely.<\/p>\n<p>Now if you ran these commands you&#8217;ll see things go by pretty quickly. If you want a simple report, you can use this batch file:<\/p>\n<p><font size=\"2\" face=\"Lucida Console\" color=\"#0000ff\" style=\"color: rgb(0, 0, 255);\">@echo off<br \/>if exist membership.txt del membership.txt<br \/>dsquery group &gt;groups.txt<br \/>::The FOR command&nbsp;is one single line<br \/>for \/f &#8220;tokens=*&#8221; %%g in (groups.txt) do @echo %%g &gt;&gt;membership.txt &amp;&amp; echo Members: &gt;&gt;membership.txt &amp;&amp; dsget group %%g -members &gt;&gt;membership.txt &amp;&amp; echo **************************************** &gt;&gt;membership.txt <\/font> <\/p>\n<p><font size=\"2\" face=\"Lucida Console\" color=\"#0000ff\" style=\"color: rgb(0, 0, 255);\">::display result<br \/>notepad membership.txt<\/font>  <\/p>\n<p>When you run this you will get a sort-of formatted report displayed in Notepad.  <\/p>\n<p>So the next time you&#8217;re looking for Active Directory information, don&#8217;t forget the easy to use and powerful DS commands. <\/p>\n<div style=\"margin: 0px; padding: 0px; display: inline;\" id=\"0767317B-992E-4b12-91E0-4F059A8CECA8:a362a827-b270-4ed2-aa83-11e249220438\" class=\"wlWriterSmartContent\">Technorati tags: <a rel=\"tag\" href=\"http:\/\/technorati.com\/tags\/Scripting\">Scripting<\/a>, <a rel=\"tag\" href=\"http:\/\/technorati.com\/tags\/CLI\">CLI<\/a>, <a rel=\"tag\" href=\"http:\/\/technorati.com\/tags\/ActiveDirectory\">ActiveDirectory<\/a>, <a rel=\"tag\" href=\"http:\/\/technorati.com\/tags\/DSQuery\">DSQuery<\/a>, <a rel=\"tag\" href=\"http:\/\/technorati.com\/tags\/DSGet\">DSGet<\/a>, <a rel=\"tag\" href=\"http:\/\/technorati.com\/tags\/CommandLine\">CommandLine<br \/><\/a><\/div>\n<div style=\"margin: 0px; padding: 0px; display: inline;\" id=\"0767317B-992E-4b12-91E0-4F059A8CECA8:370abf72-53b5-47ab-acbf-53575c99db23\" class=\"wlWriterSmartContent\">del.icio.us tags: <a rel=\"tag\" href=\"http:\/\/del.icio.us\/popular\/Scripting\">Scripting<\/a>, <a rel=\"tag\" href=\"http:\/\/del.icio.us\/popular\/CLI\">CLI<\/a>, <a rel=\"tag\" href=\"http:\/\/del.icio.us\/popular\/ActiveDirectory\">ActiveDirectory<\/a>, <a rel=\"tag\" href=\"http:\/\/del.icio.us\/popular\/DSQuery\">DSQuery<\/a>, <a rel=\"tag\" href=\"http:\/\/del.icio.us\/popular\/DSGet\">DSGet<\/a>, <a rel=\"tag\" href=\"http:\/\/del.icio.us\/popular\/CommandLine\">CommandLine<\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Recently I was helping out in a scripting forum. The topic was getting a report of all groups and their members. I have several VBScripts to do this, but an even easier and faster way is to use the DSQuery and DSGet commands from the command line.  Want to see all the groups in your domain or forest simply run&#8230;<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[18],"tags":[],"class_list":["post-76","post","type-post","status-publish","format-standard","hentry","category-batchcmd"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Recently I was helping out in a scripting forum. The topic was getting a report of all groups and their members. I have several VBScripts to do this, but an even easier and faster way is to use the DSQuery and DSGet commands from the command line. Want to see all the groups in your domain or forest simply run\u2026\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Jeffery Hicks\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/dev.sapien.com\/blog\/2007\/02\/19\/group-membership-with-dsquerydsget\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"DEV SAPIEN Blog - Tools for IT Success\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Group Membership with DSQuery\/DSGet - DEV SAPIEN Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"Recently I was helping out in a scripting forum. The topic was getting a report of all groups and their members. I have several VBScripts to do this, but an even easier and faster way is to use the DSQuery and DSGet commands from the command line. Want to see all the groups in your domain or forest simply run\u2026\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/dev.sapien.com\/blog\/2007\/02\/19\/group-membership-with-dsquerydsget\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2007-02-19T20:30:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2007-02-19T20:30:00+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Group Membership with DSQuery\/DSGet - DEV SAPIEN Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Recently I was helping out in a scripting forum. The topic was getting a report of all groups and their members. I have several VBScripts to do this, but an even easier and faster way is to use the DSQuery and DSGet commands from the command line. Want to see all the groups in your domain or forest simply run\u2026\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2007\\\/02\\\/19\\\/group-membership-with-dsquerydsget\\\/#blogposting\",\"name\":\"Group Membership with DSQuery\\\/DSGet - DEV SAPIEN Blog\",\"headline\":\"Group Membership with DSQuery\\\/DSGet\",\"author\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/jeffery-hicks\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#organization\"},\"datePublished\":\"2007-02-19T12:30:00-08:00\",\"dateModified\":\"2007-02-19T12:30:00-08:00\",\"inLanguage\":\"en-US\",\"commentCount\":6,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2007\\\/02\\\/19\\\/group-membership-with-dsquerydsget\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2007\\\/02\\\/19\\\/group-membership-with-dsquerydsget\\\/#webpage\"},\"articleSection\":\"Batch\\\/CMD\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2007\\\/02\\\/19\\\/group-membership-with-dsquerydsget\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/dev.sapien.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/batchcmd\\\/#listItem\",\"name\":\"Batch\\\/CMD\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/batchcmd\\\/#listItem\",\"position\":2,\"name\":\"Batch\\\/CMD\",\"item\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/batchcmd\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2007\\\/02\\\/19\\\/group-membership-with-dsquerydsget\\\/#listItem\",\"name\":\"Group Membership with DSQuery\\\/DSGet\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2007\\\/02\\\/19\\\/group-membership-with-dsquerydsget\\\/#listItem\",\"position\":3,\"name\":\"Group Membership with DSQuery\\\/DSGet\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/topics\\\/batchcmd\\\/#listItem\",\"name\":\"Batch\\\/CMD\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#organization\",\"name\":\"DEV SAPIEN Blog\",\"description\":\"Tools for IT Success\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/jeffery-hicks\\\/#author\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/jeffery-hicks\\\/\",\"name\":\"Jeffery Hicks\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2007\\\/02\\\/19\\\/group-membership-with-dsquerydsget\\\/#webpage\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2007\\\/02\\\/19\\\/group-membership-with-dsquerydsget\\\/\",\"name\":\"Group Membership with DSQuery\\\/DSGet - DEV SAPIEN Blog\",\"description\":\"Recently I was helping out in a scripting forum. The topic was getting a report of all groups and their members. I have several VBScripts to do this, but an even easier and faster way is to use the DSQuery and DSGet commands from the command line. Want to see all the groups in your domain or forest simply run\\u2026\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/2007\\\/02\\\/19\\\/group-membership-with-dsquerydsget\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/jeffery-hicks\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/author\\\/jeffery-hicks\\\/#author\"},\"datePublished\":\"2007-02-19T12:30:00-08:00\",\"dateModified\":\"2007-02-19T12:30:00-08:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/\",\"name\":\"DEV SAPIEN Blog\",\"description\":\"Tools for IT Success\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/dev.sapien.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Group Membership with DSQuery\/DSGet - DEV SAPIEN Blog","description":"Recently I was helping out in a scripting forum. The topic was getting a report of all groups and their members. I have several VBScripts to do this, but an even easier and faster way is to use the DSQuery and DSGet commands from the command line. Want to see all the groups in your domain or forest simply run\u2026","canonical_url":"https:\/\/dev.sapien.com\/blog\/2007\/02\/19\/group-membership-with-dsquerydsget\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/dev.sapien.com\/blog\/2007\/02\/19\/group-membership-with-dsquerydsget\/#blogposting","name":"Group Membership with DSQuery\/DSGet - DEV SAPIEN Blog","headline":"Group Membership with DSQuery\/DSGet","author":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/jeffery-hicks\/#author"},"publisher":{"@id":"https:\/\/dev.sapien.com\/blog\/#organization"},"datePublished":"2007-02-19T12:30:00-08:00","dateModified":"2007-02-19T12:30:00-08:00","inLanguage":"en-US","commentCount":6,"mainEntityOfPage":{"@id":"https:\/\/dev.sapien.com\/blog\/2007\/02\/19\/group-membership-with-dsquerydsget\/#webpage"},"isPartOf":{"@id":"https:\/\/dev.sapien.com\/blog\/2007\/02\/19\/group-membership-with-dsquerydsget\/#webpage"},"articleSection":"Batch\/CMD"},{"@type":"BreadcrumbList","@id":"https:\/\/dev.sapien.com\/blog\/2007\/02\/19\/group-membership-with-dsquerydsget\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/dev.sapien.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/batchcmd\/#listItem","name":"Batch\/CMD"}},{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/batchcmd\/#listItem","position":2,"name":"Batch\/CMD","item":"https:\/\/dev.sapien.com\/blog\/topics\/batchcmd\/","nextItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/2007\/02\/19\/group-membership-with-dsquerydsget\/#listItem","name":"Group Membership with DSQuery\/DSGet"},"previousItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/2007\/02\/19\/group-membership-with-dsquerydsget\/#listItem","position":3,"name":"Group Membership with DSQuery\/DSGet","previousItem":{"@type":"ListItem","@id":"https:\/\/dev.sapien.com\/blog\/topics\/batchcmd\/#listItem","name":"Batch\/CMD"}}]},{"@type":"Organization","@id":"https:\/\/dev.sapien.com\/blog\/#organization","name":"DEV SAPIEN Blog","description":"Tools for IT Success","url":"https:\/\/dev.sapien.com\/blog\/"},{"@type":"Person","@id":"https:\/\/dev.sapien.com\/blog\/author\/jeffery-hicks\/#author","url":"https:\/\/dev.sapien.com\/blog\/author\/jeffery-hicks\/","name":"Jeffery Hicks"},{"@type":"WebPage","@id":"https:\/\/dev.sapien.com\/blog\/2007\/02\/19\/group-membership-with-dsquerydsget\/#webpage","url":"https:\/\/dev.sapien.com\/blog\/2007\/02\/19\/group-membership-with-dsquerydsget\/","name":"Group Membership with DSQuery\/DSGet - DEV SAPIEN Blog","description":"Recently I was helping out in a scripting forum. The topic was getting a report of all groups and their members. I have several VBScripts to do this, but an even easier and faster way is to use the DSQuery and DSGet commands from the command line. Want to see all the groups in your domain or forest simply run\u2026","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/dev.sapien.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/dev.sapien.com\/blog\/2007\/02\/19\/group-membership-with-dsquerydsget\/#breadcrumblist"},"author":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/jeffery-hicks\/#author"},"creator":{"@id":"https:\/\/dev.sapien.com\/blog\/author\/jeffery-hicks\/#author"},"datePublished":"2007-02-19T12:30:00-08:00","dateModified":"2007-02-19T12:30:00-08:00"},{"@type":"WebSite","@id":"https:\/\/dev.sapien.com\/blog\/#website","url":"https:\/\/dev.sapien.com\/blog\/","name":"DEV SAPIEN Blog","description":"Tools for IT Success","inLanguage":"en-US","publisher":{"@id":"https:\/\/dev.sapien.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"DEV SAPIEN Blog - Tools for IT Success","og:type":"article","og:title":"Group Membership with DSQuery\/DSGet - DEV SAPIEN Blog","og:description":"Recently I was helping out in a scripting forum. The topic was getting a report of all groups and their members. I have several VBScripts to do this, but an even easier and faster way is to use the DSQuery and DSGet commands from the command line. Want to see all the groups in your domain or forest simply run\u2026","og:url":"https:\/\/dev.sapien.com\/blog\/2007\/02\/19\/group-membership-with-dsquerydsget\/","article:published_time":"2007-02-19T20:30:00+00:00","article:modified_time":"2007-02-19T20:30:00+00:00","twitter:card":"summary_large_image","twitter:title":"Group Membership with DSQuery\/DSGet - DEV SAPIEN Blog","twitter:description":"Recently I was helping out in a scripting forum. The topic was getting a report of all groups and their members. I have several VBScripts to do this, but an even easier and faster way is to use the DSQuery and DSGet commands from the command line. Want to see all the groups in your domain or forest simply run\u2026"},"aioseo_meta_data":{"post_id":"76","title":null,"description":null,"keywords":null,"keyphrases":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_custom_url":null,"og_image_custom_fields":null,"og_image_url":null,"og_image_width":null,"og_image_height":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_image_url":null,"twitter_title":null,"twitter_description":null,"schema_type":"default","schema_type_options":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null,"created":"2026-08-28 14:16:31","updated":"2026-08-28 14:16:31"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/dev.sapien.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/dev.sapien.com\/blog\/topics\/batchcmd\/\" title=\"Batch\/CMD\">Batch\/CMD<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tGroup Membership with DSQuery\/DSGet\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/dev.sapien.com\/blog"},{"label":"Batch\/CMD","link":"https:\/\/dev.sapien.com\/blog\/topics\/batchcmd\/"},{"label":"Group Membership with DSQuery\/DSGet","link":"https:\/\/dev.sapien.com\/blog\/2007\/02\/19\/group-membership-with-dsquerydsget\/"}],"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/76","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/comments?post=76"}],"version-history":[{"count":0,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/posts\/76\/revisions"}],"wp:attachment":[{"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/media?parent=76"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/categories?post=76"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dev.sapien.com\/blog\/wp-json\/wp\/v2\/tags?post=76"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}