{"id":83108,"date":"2023-06-05T13:11:44","date_gmt":"2023-06-05T17:11:44","guid":{"rendered":"https:\/\/jumpcloud.com\/?post_type=support&#038;p=83108"},"modified":"2026-04-13T02:20:23","modified_gmt":"2026-04-13T06:20:23","slug":"create-an-ldap-group","status":"publish","type":"support","link":"https:\/\/jumpcloud.com\/support\/create-an-ldap-group","title":{"rendered":"Create an LDAP Group"},"content":{"rendered":"\n<p>When groups of users are bound to the JumpCloud LDAP Directory, LDAP groups are created. Creating a user group helps you manage which users have access to specific applications, resources, and networks. User groups can save you time and ensure that each user has the appropriate level of access. For more information about JumpCloud groups, see <a href=\"https:\/\/jumpcloud.com\/support\/get-started-user-groups\" target=\"_blank\" rel=\"noreferrer noopener\">Get Started: User Groups<\/a>.<\/p>\n\n\n\n<div class=\"wp-block-cgb-notification-card-wysiwyg notification-card note\"><div class=\"notification-card-content\"><div class=\"notification-card-icon\"><p><img decoding=\"async\" src=\"\/wp-content\/themes\/jumpcloud\/assets\/images\/gutenberg-blocks\/note-icon.png\" \/><\/p><\/div><div class=\"notification-card-copy is-type-body-default\"><div><strong class=\"notification-card-type\">Note:<\/strong> \n<p>Groups will not be created in LDAP unless the group contains individual members. An LDAP user must be bound to an LDAP group in order for the LDAP group to appear in an ldapsearch.<\/p>\n <\/div><\/div><\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Creating an LDAP Group<\/h2>\n\n\n\n<p><strong>To create an LDAP group<\/strong>:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Create a new user group. The group <strong>Name<\/strong> will correspond to its <kbd>cn<\/kbd> in <kbd>groupOfNames<\/kbd>.<\/li>\n\n\n\n<li>(Optional) Create a Linux <strong>Group Name<\/strong> and <strong>Group GID<\/strong>. This will correspond with the <code><kbd>cn<\/kbd><\/code> in the <kbd>posixGroup<\/kbd> objectClass. Linux group names are case sensitive.<\/li>\n<\/ol>\n\n\n\n<div class=\"wp-block-cgb-notification-card-wysiwyg notification-card note\"><div class=\"notification-card-content\"><div class=\"notification-card-icon\"><p><img decoding=\"async\" src=\"\/wp-content\/themes\/jumpcloud\/assets\/images\/gutenberg-blocks\/note-icon.png\" \/><\/p><\/div><div class=\"notification-card-copy is-type-body-default\"><div><strong class=\"notification-card-type\">Note:<\/strong> \n<p>Some LDAP enabled resources require this option for LDAP group presentation.<\/p>\n <\/div><\/div><\/div><\/div>\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li>(Optional) Enable Samba Authentication. See <a href=\"https:\/\/jumpcloud.com\/support\/configure-samba-support-to-use-cloud-ldap\" target=\"_blank\" rel=\"noreferrer noopener\">Configure Samba Support to Use Cloud LDAP<\/a> for more information.<br><img decoding=\"async\" width=\"1220\" height=\"888\" class=\"wp-image-83195\" style=\"width: 600px\" src=\"https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2023\/05\/ldap-group-config.png\" alt=\"\" srcset=\"https:\/\/jumpcloud.com\/wp-content\/uploads\/2023\/05\/ldap-group-config.png 1220w, https:\/\/jumpcloud.com\/wp-content\/uploads\/2023\/05\/ldap-group-config-300x218.png 300w, https:\/\/jumpcloud.com\/wp-content\/uploads\/2023\/05\/ldap-group-config-1024x745.png 1024w, https:\/\/jumpcloud.com\/wp-content\/uploads\/2023\/05\/ldap-group-config-768x559.png 768w\" sizes=\"(max-width: 1220px) 100vw, 1220px\" \/><\/li>\n<\/ol>\n\n\n\n<ol start=\"4\" class=\"wp-block-list\">\n<li>On the <strong>Users<\/strong> tab, select the users to belong to this group.<\/li>\n\n\n\n<li>On the <strong>Directories<\/strong> tab, bind the group to LDAP by selecting JumpCloud LDAP from the list.<\/li>\n\n\n\n<li>Save your group. A group configured as above will yield the following within LDAP:<\/li>\n<\/ol>\n\n\n\n<p>The Name of the group is defined in the <code>groupOfNames<\/code> objectClass:<\/p>\n\n\n\n<div class=\"wp-block-cgb-code-block code-block\"><div class=\"code-block-snippet is-type-body-default\">\n<p># extended LDIF<br>#<br># LDAPv3<br># base&nbsp; with scope subtree<br># filter: (&amp;(objectClass=groupOfNames)(cn=LDAP Fileserver))<br># requesting: ALL<br># <br><br># LDAP Fileserver, Users, 56f19b119508329e48e68647, jumpcloud.com<br>dn: cn=LDAP Fileserver,ou=Users,o=56f19b119508329e48e68647,dc=jumpcloud,dc=com<br>cn: LDAP Fileserver<br>ou: LDAP Fileserver<br>objectClass: top<br>objectClass: groupOfNames<br>description: tagGroup<br>member: uid=cfroome,ou=Users,o=56f19b119508329e48e68647,dc=jumpcloud,dc=com<br>member: uid=sroche,ou=Users,o=56f19b119508329e48e68647,dc=jumpcloud,dc=com<br>member: uid=sprefontaine,ou=Users,o=56f19b119508329e48e68647,dc=jumpcloud,dc=com<br>member: uid=jvoigt,ou=Users,o=56f19b119508329e48e68647,dc=jumpcloud,dc=com<br>member: uid=nquintana,ou=Users,o=56f19b119508329e48e68647,dc=jumpcloud,dc=com<\/p>\n<\/div><\/div>\n\n\n\n<p>Optionally, if <strong>Create Linux group for this user group<\/strong> is selected, you must provide a name different from the above so that it is unique for the <code>posixGroup<\/code>, and also specify the desired GID. This will become a group defined in the <code>posixGroup<\/code> ObjectClass:<\/p>\n\n\n\n<div class=\"wp-block-cgb-code-block code-block\"><div class=\"code-block-snippet is-type-body-default\">\n<p># extended LDIF<br>#<br># LDAPv3<br># base&nbsp; with scope subtree<br># filter: (&amp;(objectClass=posixGroup)(cn=ldapfileserver))<br># requesting: ALL<br><br># ldapfileserver, Users, 56f19b119508329e48e68647, jumpcloud.com<br>dn: cn=ldapfileserver,ou=Users,o=56f19b119508329e48e68647,dc=jumpcloud,dc=com<br>objectClass: top<br>objectClass: posixGroup<br>description: tagGroup<br>gidNumber: 7001<br>cn: ldapfileserver<br>memberUid: cfroome<br>memberUid: sroche<br>memberUid: sprefontaine<br>memberUid: jvoigt<br>memberUid: nquintana<\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-cgb-notification-card-wysiwyg notification-card note\"><div class=\"notification-card-content\"><div class=\"notification-card-icon\"><p><img decoding=\"async\" src=\"\/wp-content\/themes\/jumpcloud\/assets\/images\/gutenberg-blocks\/note-icon.png\" \/><\/p><\/div><div class=\"notification-card-copy is-type-body-default\"><div><strong class=\"notification-card-type\">Note:<\/strong> \n<p>Note: If you need to rename an LDAP user group, see <a href=\"#renaming\">Renaming an LDAP Group<\/a> below.<\/p>\n <\/div><\/div><\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"renaming\">Renaming an LDAP Group<\/h2>\n\n\n\n<p>When a group of users is bound to the JumpCloud LDAP directory, an LDAP group is created. If you made an error when you created the group or something has changed within your organization, you can rename the group. After you rename the group in the Admin Portal, you must also run a cURL request to finish renaming the user group.<\/p>\n\n\n\n<p><strong>Prerequisites<\/strong>:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The user group must exist and be bound to an LDAP directory before you can rename it.<\/li>\n\n\n\n<li>The CURL package must be installed.<\/li>\n\n\n\n<li>You will need the user group ID. See <a href=\"https:\/\/docs.jumpcloud.com\/api\/2.0\/index.html#tag\/User-Groups\/operation\/groups_user_list\" target=\"_blank\" rel=\"noreferrer noopener\">List All User Groups<\/a><\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-cgb-notification-card-wysiwyg notification-card note\"><div class=\"notification-card-content\"><div class=\"notification-card-icon\"><p><img decoding=\"async\" src=\"\/wp-content\/themes\/jumpcloud\/assets\/images\/gutenberg-blocks\/note-icon.png\" \/><\/p><\/div><div class=\"notification-card-copy is-type-body-default\"><div><strong class=\"notification-card-type\">Note:<\/strong> \n<p>When using the <code>GET\/usergroups<\/code> API to get the user group ID, the default limit is 10 records returned. To see more groups in your return results, modify the limit parameter. The maximum number of record entries is limited to 100.<\/p>\n <\/div><\/div><\/div><\/div>\n\n\n\n<p><strong>To rename an LDAP user group<\/strong>:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Log in to the <a href=\"https:\/\/console.jumpcloud.com\">JumpCloud Admin Portal<\/a>.<\/li>\n<\/ol>\n\n\n\n<div class=\"wp-block-cgb-notification-card-wysiwyg notification-card important\"><div class=\"notification-card-content\"><div class=\"notification-card-icon\"><p><img decoding=\"async\" src=\"\/wp-content\/themes\/jumpcloud\/assets\/images\/gutenberg-blocks\/important-icon.png\"\/><\/p><\/div><div class=\"notification-card-copy is-type-body-default\"><div><strong class=\"notification-card-type\">Important:<\/strong> \n<p>If your data is stored outside of the US, check which login URL you should be using depending on your region. If your organization uses LDAP, RADIUS, or requires firewall allow list configuration, the Fully Qualified Domain Names (FQDNs) will also be region specific. See <a href=\"https:\/\/jumpcloud.com\/support\/jumpcloud-data-centers\" target=\"_blank\" rel=\"noreferrer noopener\">JumpCloud Data Centers<\/a> for the URLs, FQDNs, and IP addresses.<\/p>\n <\/div><\/div><\/div><\/div>\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li>Go to <strong><strong>Identity<\/strong> Management<\/strong> &gt; <strong>User Groups<\/strong>.<\/li>\n\n\n\n<li>On the <strong>User Group<\/strong> panel, click <strong>User Groups<\/strong>.<\/li>\n\n\n\n<li>Select the user group.<\/li>\n\n\n\n<li>Rename the user group by typing a new name in the <strong>Name<\/strong> field. The new name appears in the Portal, but is not actually linked to the new user group name yet.<\/li>\n\n\n\n<li>Click <strong>save<\/strong>.<\/li>\n\n\n\n<li>Copy the CURL command below.<\/li>\n\n\n\n<li>Open the terminal and paste the command with the required values.<\/li>\n<\/ol>\n\n\n\n<div class=\"wp-block-cgb-code-block code-block\"><div class=\"code-block-snippet is-type-body-default\">\n<p>curl &#8211;request PUT &#8216;https:\/\/console.jumpcloud.com\/api\/v2\/usergroups\/&#8217;\\<br>&#8211;header &#8216;Content-Type: application\/json&#8217; \\<br>&#8211;header &#8216;x-api-key: &#8216; \\<br>&#8211;header &#8216;x-org-id: &#8216; \\<br>&#8211;data-raw &#8216;{&#8220;attributes&#8221;:{&#8220;ldapGroups&#8221;:[{&#8220;name&#8221;:&#8221;&#8221;}]},&#8221;email&#8221;:&#8221;&#8221;,&#8221;id&#8221;:&#8221;&#8221;,&#8221;name&#8221;:&#8221;&#8221;,&#8221;type&#8221;:&#8221;user_group&#8221;}&#8217;<\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-cgb-notification-card-wysiwyg notification-card note\"><div class=\"notification-card-content\"><div class=\"notification-card-icon\"><p><img decoding=\"async\" src=\"\/wp-content\/themes\/jumpcloud\/assets\/images\/gutenberg-blocks\/note-icon.png\" \/><\/p><\/div><div class=\"notification-card-copy is-type-body-default\"><div><strong class=\"notification-card-type\">Note:<\/strong> \n<p>Replace the values for the <code>USERGROUPID<\/code>, <code>API_Key,ORG_ID<\/code>, and the new <code>DESIREDLDAPGROUPNAME<\/code> name.<\/p>\n <\/div><\/div><\/div><\/div>\n\n\n\n<ol start=\"9\" class=\"wp-block-list\">\n<li>Verify that the new LDAP user group name appears in the Admin Portal.<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>When groups of users are bound to the JumpCloud LDAP Directory, LDAP groups are created. Creating a user group helps [&hellip;]<\/p>\n","protected":false},"author":206,"featured_media":0,"template":"","meta":{"_acf_changed":false,"_oasis_is_in_workflow":0,"_oasis_original":0,"_oasis_task_priority":"","inline_featured_image":false,"footnotes":""},"support_category":[2845,2896],"support_tag":[],"coauthors":[2842],"class_list":["post-83108","support","type-support","status-publish","hentry","support_category-authentication","support_category-cloud-ldap"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.3.1 (Yoast SEO v25.3.1) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Create an LDAP Group - JumpCloud<\/title>\n<meta name=\"description\" content=\"Discover how creating an LDAP group will help you manage which users have access to specific applications, resources, and networks.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/jumpcloud.com\/support\/create-an-ldap-group\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Create an LDAP Group\" \/>\n<meta property=\"og:description\" content=\"Browse the JumpCloud Help Center by category, search for a specific topic, or check out our featured articles.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jumpcloud.com\/support\/create-an-ldap-group\" \/>\n<meta property=\"og:site_name\" content=\"JumpCloud\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-13T06:20:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2023\/05\/ldap-group-config.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n\t<meta name=\"twitter:label2\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data2\" content=\"Pam Kellman\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/jumpcloud.com\/support\/create-an-ldap-group\",\"url\":\"https:\/\/jumpcloud.com\/support\/create-an-ldap-group\",\"name\":\"Create an LDAP Group - JumpCloud\",\"isPartOf\":{\"@id\":\"https:\/\/jumpcloud.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/jumpcloud.com\/support\/create-an-ldap-group#primaryimage\"},\"image\":{\"@id\":\"https:\/\/jumpcloud.com\/support\/create-an-ldap-group#primaryimage\"},\"thumbnailUrl\":\"https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2023\/05\/ldap-group-config.png\",\"datePublished\":\"2023-06-05T17:11:44+00:00\",\"dateModified\":\"2026-04-13T06:20:23+00:00\",\"description\":\"Discover how creating an LDAP group will help you manage which users have access to specific applications, resources, and networks.\",\"breadcrumb\":{\"@id\":\"https:\/\/jumpcloud.com\/support\/create-an-ldap-group#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/jumpcloud.com\/support\/create-an-ldap-group\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/jumpcloud.com\/support\/create-an-ldap-group#primaryimage\",\"url\":\"https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2023\/05\/ldap-group-config.png\",\"contentUrl\":\"https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2023\/05\/ldap-group-config.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/jumpcloud.com\/support\/create-an-ldap-group#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/jumpcloud.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Support\",\"item\":\"https:\/\/jumpcloud.com\/support\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Create an LDAP Group\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/jumpcloud.com\/#website\",\"url\":\"https:\/\/jumpcloud.com\/\",\"name\":\"JumpCloud\",\"description\":\"Daily insights on directory services, IAM, LDAP, identity security, SSO, system management (Mac, Windows, Linux), networking, and the cloud.\",\"publisher\":{\"@id\":\"https:\/\/jumpcloud.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/jumpcloud.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/jumpcloud.com\/#organization\",\"name\":\"JumpCloud\",\"url\":\"https:\/\/jumpcloud.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/jumpcloud.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/jumpcloud.com\/wp-content\/uploads\/2021\/01\/jc-logo-brand-2021.png\",\"contentUrl\":\"https:\/\/jumpcloud.com\/wp-content\/uploads\/2021\/01\/jc-logo-brand-2021.png\",\"width\":598,\"height\":101,\"caption\":\"JumpCloud\"},\"image\":{\"@id\":\"https:\/\/jumpcloud.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Create an LDAP Group - JumpCloud","description":"Discover how creating an LDAP group will help you manage which users have access to specific applications, resources, and networks.","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:\/\/jumpcloud.com\/support\/create-an-ldap-group","og_locale":"en_US","og_type":"article","og_title":"Create an LDAP Group","og_description":"Browse the JumpCloud Help Center by category, search for a specific topic, or check out our featured articles.","og_url":"https:\/\/jumpcloud.com\/support\/create-an-ldap-group","og_site_name":"JumpCloud","article_modified_time":"2026-04-13T06:20:23+00:00","og_image":[{"url":"https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2023\/05\/ldap-group-config.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes","Written by":"Pam Kellman"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/jumpcloud.com\/support\/create-an-ldap-group","url":"https:\/\/jumpcloud.com\/support\/create-an-ldap-group","name":"Create an LDAP Group - JumpCloud","isPartOf":{"@id":"https:\/\/jumpcloud.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/jumpcloud.com\/support\/create-an-ldap-group#primaryimage"},"image":{"@id":"https:\/\/jumpcloud.com\/support\/create-an-ldap-group#primaryimage"},"thumbnailUrl":"https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2023\/05\/ldap-group-config.png","datePublished":"2023-06-05T17:11:44+00:00","dateModified":"2026-04-13T06:20:23+00:00","description":"Discover how creating an LDAP group will help you manage which users have access to specific applications, resources, and networks.","breadcrumb":{"@id":"https:\/\/jumpcloud.com\/support\/create-an-ldap-group#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jumpcloud.com\/support\/create-an-ldap-group"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jumpcloud.com\/support\/create-an-ldap-group#primaryimage","url":"https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2023\/05\/ldap-group-config.png","contentUrl":"https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2023\/05\/ldap-group-config.png"},{"@type":"BreadcrumbList","@id":"https:\/\/jumpcloud.com\/support\/create-an-ldap-group#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/jumpcloud.com\/"},{"@type":"ListItem","position":2,"name":"Support","item":"https:\/\/jumpcloud.com\/support"},{"@type":"ListItem","position":3,"name":"Create an LDAP Group"}]},{"@type":"WebSite","@id":"https:\/\/jumpcloud.com\/#website","url":"https:\/\/jumpcloud.com\/","name":"JumpCloud","description":"Daily insights on directory services, IAM, LDAP, identity security, SSO, system management (Mac, Windows, Linux), networking, and the cloud.","publisher":{"@id":"https:\/\/jumpcloud.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/jumpcloud.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/jumpcloud.com\/#organization","name":"JumpCloud","url":"https:\/\/jumpcloud.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jumpcloud.com\/#\/schema\/logo\/image\/","url":"https:\/\/jumpcloud.com\/wp-content\/uploads\/2021\/01\/jc-logo-brand-2021.png","contentUrl":"https:\/\/jumpcloud.com\/wp-content\/uploads\/2021\/01\/jc-logo-brand-2021.png","width":598,"height":101,"caption":"JumpCloud"},"image":{"@id":"https:\/\/jumpcloud.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/jumpcloud.com\/wp-json\/wp\/v2\/support\/83108","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jumpcloud.com\/wp-json\/wp\/v2\/support"}],"about":[{"href":"https:\/\/jumpcloud.com\/wp-json\/wp\/v2\/types\/support"}],"author":[{"embeddable":true,"href":"https:\/\/jumpcloud.com\/wp-json\/wp\/v2\/users\/206"}],"version-history":[{"count":3,"href":"https:\/\/jumpcloud.com\/wp-json\/wp\/v2\/support\/83108\/revisions"}],"predecessor-version":[{"id":145889,"href":"https:\/\/jumpcloud.com\/wp-json\/wp\/v2\/support\/83108\/revisions\/145889"}],"wp:attachment":[{"href":"https:\/\/jumpcloud.com\/wp-json\/wp\/v2\/media?parent=83108"}],"wp:term":[{"taxonomy":"support_category","embeddable":true,"href":"https:\/\/jumpcloud.com\/wp-json\/wp\/v2\/support_category?post=83108"},{"taxonomy":"support_tag","embeddable":true,"href":"https:\/\/jumpcloud.com\/wp-json\/wp\/v2\/support_tag?post=83108"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/jumpcloud.com\/wp-json\/wp\/v2\/coauthors?post=83108"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}