{"id":104213,"date":"2024-02-01T09:26:58","date_gmt":"2024-02-01T14:26:58","guid":{"rendered":"https:\/\/jumpcloud.com\/?post_type=support&p=104213"},"modified":"2024-03-27T11:00:09","modified_gmt":"2024-03-27T15:00:09","slug":"retrieve-object-ids-from-the-admin-portal","status":"publish","type":"support","link":"https:\/\/ti-1.jumpcloud.com\/support\/retrieve-object-ids-from-the-admin-portal","title":{"rendered":"Retrieve Object IDs from the Admin Portal"},"content":{"rendered":"\n

JumpCloud, like many other directories, gives each object a specific or unique identifier. These objectIDs are associated with almost every item that is configurable within the platform. You may need these objectIDs if you\u2019re troubleshooting an issue, writing custom scripts, calling the API, or integrating third party apps with the JumpCloud Platform.<\/p>\n\n\n\n

In this article we\u2019ll cover the most common Object IDs and how to get them through the Admin Portal.<\/p>\n\n\n\n

<\/p><\/div>

Tip:<\/strong> \n

You can also use the JumpCloud API and JumpCloud PowerShell Module<\/a> to retrieve objectIDs. See Retrieve Object IDs from the API<\/a>.<\/p>\n <\/div><\/div><\/div><\/div>\n\n\n\n

Retrieving ObjectIDs from the Admin Portal<\/h2>\n\n\n\n

This section will cover how to locate the ObjectIDs of the most common JumpCloud objects such as Users, User Groups, Devices, Device Groups, Policies, ApplicationIDs, and more through the GUI via the Admin Portal.<\/p>\n\n\n\n

Locating the User\u2019s UserID<\/h3>\n\n\n\n
    \n
  1. Log in to the JumpCloud Admin Portal.<\/a><\/li>\n\n\n\n
  2. Go to USER MANAGEMENT <\/strong>> Users<\/strong> and select the user in the list you want to pull the UserID for.<\/li>\n\n\n\n
  3. In the URL, you’ll see a hexadecimal value. This hexadecimal number is the JumpCloud ObjectID for the user.
    \"Gather<\/li>\n<\/ol>\n\n\n\n

    <\/p><\/div>

    Note:<\/strong> \n

    The LDAP UID is not the same as this number. The LDAP is the user\u2019s username<\/strong>. In the previous example, the LDAP UID is bsmith<\/strong>. The hexadecimal UserID is used primarily in the API, custom scripting, and other 3rd party integrations.<\/p>\n <\/div><\/div><\/div><\/div>\n\n\n\n

    Locating the Device\u2019s SystemID<\/h3>\n\n\n\n

    In JumpCloud, devices may also be called systems<\/em>. In the API, the device\u2019s unique identifier is called the SystemId<\/em>. The SystemId is also found within the Agent configuration file on the targeted device as well.<\/p>\n\n\n\n

      \n
    1. Log in to the JumpCloud Admin Portal.<\/a><\/li>\n\n\n\n
    2. Go to DEVICE MANAGEMENT<\/strong> > Devices<\/strong> and select the Devices<\/strong> tab.<\/li>\n\n\n\n
    3. Select the device in the list you want to pull the SystemID for.<\/li>\n\n\n\n
    4. The Device Highlights<\/strong> tab displays. You’ll see 2 different locations where the SystemID<\/strong> is annotated:\n
        \n
      1. In the URL, you’ll see a hexadecimal value. This hexadecimal number is the JumpCloud SystemID<\/strong> for the device.<\/li>\n\n\n\n
      2. In Device Overview, scroll down to JumpCloud System ID<\/strong>.
        \"\"<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n\n\n\n

        Locating the User Group ID<\/h3>\n\n\n\n
          \n
        1. Log in to the JumpCloud Admin Portal.<\/a><\/li>\n\n\n\n
        2. Go to USER MANAGEMENT<\/strong> > User Groups<\/strong>. <\/li>\n\n\n\n
        3. Select the User Group in the list you want to pull the User Group ID for.<\/li>\n\n\n\n
        4. In the URL, you’ll see a hexadecimal value. This hexadecimal number is the JumpCloud ObjectID<\/strong> for the User Group.
          \"Gather<\/li>\n<\/ol>\n\n\n\n

          Locating Device Group ID<\/h3>\n\n\n\n
            \n
          1. Log in to the JumpCloud Admin Portal.<\/a><\/li>\n\n\n\n
          2. Go to DEVICE MANAGEMENT<\/strong> > Device Groups<\/strong>. <\/li>\n\n\n\n
          3. Select the Device Group in the list you want to pull the ObjectID for.<\/li>\n\n\n\n
          4. In the URL, you’ll see a hexadecimal value. This hexadecimal number is the JumpCloud ObjectID<\/strong> for the Device Group.
            \"Gather
            <\/li>\n<\/ol>\n\n\n\n

            Locating SSO Application ID<\/h3>\n\n\n\n
              \n
            1. Log in to the JumpCloud Admin Portal.<\/a><\/li>\n\n\n\n
            2. Go to USER AUTHENTICATION<\/strong> > SSO Applications<\/strong>. <\/li>\n\n\n\n
            3. Select the SSO application in the list you want to pull the ObjectID for.<\/li>\n\n\n\n
            4. In the URL, you’ll see a hexadecimal value. This hexadecimal number is the JumpCloud ObjectID<\/strong> for the SSO Application or the Bookmark.
              \"Gather<\/li>\n<\/ol>\n\n\n\n

              Locating RADIUS NetworkID<\/h3>\n\n\n\n
                \n
              1. Log in to the JumpCloud Admin Portal.<\/a><\/li>\n\n\n\n
              2. Go to USER AUTHENTICATION<\/strong> > RADIUS<\/strong>. <\/li>\n\n\n\n
              3. Select the RADIUS network in the list you want to pull the ObjectID for.<\/li>\n\n\n\n
              4. In the URL, you’ll see a hexadecimal value. This hexadecimal number is the JumpCloud ObjectID<\/strong> for the selected RADIUS Network.
                \"Gather<\/li>\n<\/ol>\n\n\n\n

                Locating Device PolicyID<\/h3>\n\n\n\n
                  \n
                1. Log in to the JumpCloud Admin Portal.<\/a><\/li>\n\n\n\n
                2. Go to DEVICE MANAGEMENT<\/strong> > Policy Management<\/strong>. <\/li>\n\n\n\n
                3. Select the Device Policy in the list you want to pull the PolicyID for.<\/li>\n\n\n\n
                4. In the URL, you’ll see a hexadecimal value. This hexadecimal number is the JumpCloud ObjectID<\/strong> for the selected Device Policy.
                  \"Gather<\/li>\n<\/ol>\n\n\n\n

                  Other objects within JumpCloud<\/h3>\n\n\n\n

                  If you\u2019re looking to pull the objectIDs of other items within the JumpCloud platform, you can perform the same or similar methods listed above. The URL should contain the objectID when the object is pulled up in the Admin Portal.<\/p>\n\n\n\n

                  Some objects may or may not be visible within the Admin Portal or GUI, thus you\u2019ll need to reference the following article to pull this information via the API or via PowerShell: Retrieving IDs for Objects within the JumpCloud API<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"

                  JumpCloud, like many other directories, gives each object a specific or unique identifier. These objectIDs are associated with almost every […]<\/p>\n","protected":false},"author":218,"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":[2856,2916,3127],"support_tag":[3160],"coauthors":[3011],"acf":[],"yoast_head":"\nRetrieve Object IDs from the Admin Portal - JumpCloud<\/title>\n<meta name=\"description\" content=\"Learn how to gather objectIDs from unique objects in JumpCloud via the URL in the Admin Portal.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ti-1.jumpcloud.com\/support\/retrieve-object-ids-from-the-admin-portal\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Retrieve Object IDs from the Admin Portal\" \/>\n<meta property=\"og:description\" content=\"Learn how to gather objectIDs from unique objects in JumpCloud via the URL in the Admin Portal.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ti-1.jumpcloud.com\/support\/retrieve-object-ids-from-the-admin-portal\" \/>\n<meta property=\"og:site_name\" content=\"JumpCloud\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-27T15:00:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/jumpcloud.com\/wp-content\/uploads\/2024\/01\/jc_admin_portal_user_details_userid_via_url.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=\"3 minutes\" \/>\n\t<meta name=\"twitter:label2\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data2\" content=\"nickconrad\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ti-1.jumpcloud.com\/support\/retrieve-object-ids-from-the-admin-portal\",\"url\":\"https:\/\/ti-1.jumpcloud.com\/support\/retrieve-object-ids-from-the-admin-portal\",\"name\":\"Retrieve Object IDs from the Admin Portal - JumpCloud\",\"isPartOf\":{\"@id\":\"https:\/\/ti-1.jumpcloud.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/ti-1.jumpcloud.com\/support\/retrieve-object-ids-from-the-admin-portal#primaryimage\"},\"image\":{\"@id\":\"https:\/\/ti-1.jumpcloud.com\/support\/retrieve-object-ids-from-the-admin-portal#primaryimage\"},\"thumbnailUrl\":\"https:\/\/jumpcloud.com\/wp-content\/uploads\/2024\/01\/jc_admin_portal_user_details_userid_via_url.png\",\"datePublished\":\"2024-02-01T14:26:58+00:00\",\"dateModified\":\"2024-03-27T15:00:09+00:00\",\"description\":\"Learn how to gather objectIDs from unique objects in JumpCloud via the URL in the Admin Portal.\",\"breadcrumb\":{\"@id\":\"https:\/\/ti-1.jumpcloud.com\/support\/retrieve-object-ids-from-the-admin-portal#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ti-1.jumpcloud.com\/support\/retrieve-object-ids-from-the-admin-portal\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ti-1.jumpcloud.com\/support\/retrieve-object-ids-from-the-admin-portal#primaryimage\",\"url\":\"https:\/\/jumpcloud.com\/wp-content\/uploads\/2024\/01\/jc_admin_portal_user_details_userid_via_url.png\",\"contentUrl\":\"https:\/\/jumpcloud.com\/wp-content\/uploads\/2024\/01\/jc_admin_portal_user_details_userid_via_url.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ti-1.jumpcloud.com\/support\/retrieve-object-ids-from-the-admin-portal#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/ti-1.jumpcloud.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Support\",\"item\":\"https:\/\/ti-1.jumpcloud.com\/support\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Retrieve Object IDs from the Admin Portal\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ti-1.jumpcloud.com\/#website\",\"url\":\"https:\/\/ti-1.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:\/\/ti-1.jumpcloud.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ti-1.jumpcloud.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/ti-1.jumpcloud.com\/#organization\",\"name\":\"JumpCloud\",\"url\":\"https:\/\/ti-1.jumpcloud.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ti-1.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:\/\/ti-1.jumpcloud.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Retrieve Object IDs from the Admin Portal - JumpCloud","description":"Learn how to gather objectIDs from unique objects in JumpCloud via the URL in the Admin Portal.","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:\/\/ti-1.jumpcloud.com\/support\/retrieve-object-ids-from-the-admin-portal","og_locale":"en_US","og_type":"article","og_title":"Retrieve Object IDs from the Admin Portal","og_description":"Learn how to gather objectIDs from unique objects in JumpCloud via the URL in the Admin Portal.","og_url":"https:\/\/ti-1.jumpcloud.com\/support\/retrieve-object-ids-from-the-admin-portal","og_site_name":"JumpCloud","article_modified_time":"2024-03-27T15:00:09+00:00","og_image":[{"url":"https:\/\/jumpcloud.com\/wp-content\/uploads\/2024\/01\/jc_admin_portal_user_details_userid_via_url.png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes","Written by":"nickconrad"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ti-1.jumpcloud.com\/support\/retrieve-object-ids-from-the-admin-portal","url":"https:\/\/ti-1.jumpcloud.com\/support\/retrieve-object-ids-from-the-admin-portal","name":"Retrieve Object IDs from the Admin Portal - JumpCloud","isPartOf":{"@id":"https:\/\/ti-1.jumpcloud.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ti-1.jumpcloud.com\/support\/retrieve-object-ids-from-the-admin-portal#primaryimage"},"image":{"@id":"https:\/\/ti-1.jumpcloud.com\/support\/retrieve-object-ids-from-the-admin-portal#primaryimage"},"thumbnailUrl":"https:\/\/jumpcloud.com\/wp-content\/uploads\/2024\/01\/jc_admin_portal_user_details_userid_via_url.png","datePublished":"2024-02-01T14:26:58+00:00","dateModified":"2024-03-27T15:00:09+00:00","description":"Learn how to gather objectIDs from unique objects in JumpCloud via the URL in the Admin Portal.","breadcrumb":{"@id":"https:\/\/ti-1.jumpcloud.com\/support\/retrieve-object-ids-from-the-admin-portal#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ti-1.jumpcloud.com\/support\/retrieve-object-ids-from-the-admin-portal"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ti-1.jumpcloud.com\/support\/retrieve-object-ids-from-the-admin-portal#primaryimage","url":"https:\/\/jumpcloud.com\/wp-content\/uploads\/2024\/01\/jc_admin_portal_user_details_userid_via_url.png","contentUrl":"https:\/\/jumpcloud.com\/wp-content\/uploads\/2024\/01\/jc_admin_portal_user_details_userid_via_url.png"},{"@type":"BreadcrumbList","@id":"https:\/\/ti-1.jumpcloud.com\/support\/retrieve-object-ids-from-the-admin-portal#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ti-1.jumpcloud.com\/"},{"@type":"ListItem","position":2,"name":"Support","item":"https:\/\/ti-1.jumpcloud.com\/support"},{"@type":"ListItem","position":3,"name":"Retrieve Object IDs from the Admin Portal"}]},{"@type":"WebSite","@id":"https:\/\/ti-1.jumpcloud.com\/#website","url":"https:\/\/ti-1.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:\/\/ti-1.jumpcloud.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ti-1.jumpcloud.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/ti-1.jumpcloud.com\/#organization","name":"JumpCloud","url":"https:\/\/ti-1.jumpcloud.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ti-1.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:\/\/ti-1.jumpcloud.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/ti-1.jumpcloud.com\/wp-json\/wp\/v2\/support\/104213"}],"collection":[{"href":"https:\/\/ti-1.jumpcloud.com\/wp-json\/wp\/v2\/support"}],"about":[{"href":"https:\/\/ti-1.jumpcloud.com\/wp-json\/wp\/v2\/types\/support"}],"author":[{"embeddable":true,"href":"https:\/\/ti-1.jumpcloud.com\/wp-json\/wp\/v2\/users\/218"}],"version-history":[{"count":2,"href":"https:\/\/ti-1.jumpcloud.com\/wp-json\/wp\/v2\/support\/104213\/revisions"}],"predecessor-version":[{"id":107971,"href":"https:\/\/ti-1.jumpcloud.com\/wp-json\/wp\/v2\/support\/104213\/revisions\/107971"}],"wp:attachment":[{"href":"https:\/\/ti-1.jumpcloud.com\/wp-json\/wp\/v2\/media?parent=104213"}],"wp:term":[{"taxonomy":"support_category","embeddable":true,"href":"https:\/\/ti-1.jumpcloud.com\/wp-json\/wp\/v2\/support_category?post=104213"},{"taxonomy":"support_tag","embeddable":true,"href":"https:\/\/ti-1.jumpcloud.com\/wp-json\/wp\/v2\/support_tag?post=104213"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/ti-1.jumpcloud.com\/wp-json\/wp\/v2\/coauthors?post=104213"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}