<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic About Cisco Threatgrid API in Endpoint Security</title>
    <link>https://community.cisco.com/t5/endpoint-security/about-cisco-threatgrid-api/m-p/5159969#M8468</link>
    <description>&lt;P&gt;Hi team,&lt;/P&gt;&lt;P&gt;I want to connect to Cisco Threatgrid API and then pull the user list and delete specific users. I want to pull the user list because I need the user IDs to delete these users. But I couldn't find the appropriate endpoint. There are different URLs in the UI and in the documents on the internet, can you give me information about which one is correct and the current API document&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
    <pubDate>Tue, 13 Aug 2024 06:54:03 GMT</pubDate>
    <dc:creator>betuluy</dc:creator>
    <dc:date>2024-08-13T06:54:03Z</dc:date>
    <item>
      <title>About Cisco Threatgrid API</title>
      <link>https://community.cisco.com/t5/endpoint-security/about-cisco-threatgrid-api/m-p/5159969#M8468</link>
      <description>&lt;P&gt;Hi team,&lt;/P&gt;&lt;P&gt;I want to connect to Cisco Threatgrid API and then pull the user list and delete specific users. I want to pull the user list because I need the user IDs to delete these users. But I couldn't find the appropriate endpoint. There are different URLs in the UI and in the documents on the internet, can you give me information about which one is correct and the current API document&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2024 06:54:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/about-cisco-threatgrid-api/m-p/5159969#M8468</guid>
      <dc:creator>betuluy</dc:creator>
      <dc:date>2024-08-13T06:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: About Cisco Threatgrid API</title>
      <link>https://community.cisco.com/t5/endpoint-security/about-cisco-threatgrid-api/m-p/5160119#M8469</link>
      <description>&lt;P&gt;To pull all the users from the Threatgrid API, you can use the /organizations/:org-id/users API call found &lt;A href="https://panacea.threatgrid.com/mask/api-doc/api/v3/organizations/:org-id/users?region=US" target="_blank" rel="noopener"&gt;here&lt;/A&gt;. It would look like this:&lt;BR /&gt;curl -i -XGET '&lt;A href="https://panacea.threatgrid.com/api/v3/organizations/" target="_blank"&gt;https://panacea.threatgrid.com/api/v3/organizations/&lt;/A&gt;&amp;lt;ORG_ID&amp;gt;/users' -H 'Content-Type: application/json' -H 'Authorization: bearer &amp;lt;API_KEY&amp;gt;'&lt;/P&gt;
&lt;P&gt;Be sure to replace &amp;lt;ORG_ID&amp;gt; and &amp;lt;API_KEY&amp;gt; with your actual values. You can find your ORG_ID by going to Administration &amp;gt; Organization and looking at the URL. The ORG_ID will be a 5 digit number at the end.&lt;/P&gt;
&lt;P&gt;Hope that helps,&lt;/P&gt;
&lt;P&gt;-Matt&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2024 11:32:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/about-cisco-threatgrid-api/m-p/5160119#M8469</guid>
      <dc:creator>Matthew Franks</dc:creator>
      <dc:date>2024-08-13T11:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: About Cisco Threatgrid API</title>
      <link>https://community.cisco.com/t5/endpoint-security/about-cisco-threatgrid-api/m-p/5160152#M8470</link>
      <description>&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;Thank you for quick response.&amp;nbsp;&lt;BR /&gt;I logged in my UI. But, I can't see "Organization" tab. Also, my role is admin. When I click to the "Manage Organization" field. I saw my URL like &lt;A href="https://x.x.x.x/organizations/1" target="_blank"&gt;https://x.x.x.x/organizations/1&lt;/A&gt;&amp;nbsp;(not 5 digit number at the end)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="betuluy_0-1723552522626.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/226132i01514BE071A91E56/image-size/medium?v=v2&amp;amp;px=400" role="button" title="betuluy_0-1723552522626.png" alt="betuluy_0-1723552522626.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Also, I didn't see&amp;nbsp;&lt;A href="https://panacea.threatgrid.com/mask/api-doc/api/v3/organizations/:org-id/users?region=US" target="_blank"&gt;https://panacea.threatgrid.com/mask/api-doc/api/v3/organizations/:org-id/users?region=US&lt;/A&gt;&amp;nbsp;this page. Because, I dont have account.&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;Good days&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2024 12:39:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/about-cisco-threatgrid-api/m-p/5160152#M8470</guid>
      <dc:creator>betuluy</dc:creator>
      <dc:date>2024-08-13T12:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: About Cisco Threatgrid API</title>
      <link>https://community.cisco.com/t5/endpoint-security/about-cisco-threatgrid-api/m-p/5160158#M8471</link>
      <description>&lt;P&gt;Without additional information on your account, I can't really help further. If you open a TAC case, they can help you gather the information you would need to make the API call.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;-Matt&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2024 12:43:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/about-cisco-threatgrid-api/m-p/5160158#M8471</guid>
      <dc:creator>Matthew Franks</dc:creator>
      <dc:date>2024-08-13T12:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: About Cisco Threatgrid API</title>
      <link>https://community.cisco.com/t5/endpoint-security/about-cisco-threatgrid-api/m-p/5161154#M8474</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like you have a SMA (Threat Grid) appliance.&lt;/P&gt;
&lt;P&gt;For appliance it will not be a 5 digit number. for appliance you can try this -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;curl -i -XGET 'https://&amp;lt;IP or hostname of Clean Interface&amp;gt;/api/v3/organizations/&amp;lt;ORG_ID&amp;gt;/users' -H 'Content-Type: application/json' -H 'Authorization: bearer &amp;lt;API_KEY&amp;gt;'&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Org_ID you can find it in the URL as you have already found it `1`, you can use your Admin API Key&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In appliance you can access the API reference doc from Help, there should be a ? icon on upper left corner.&amp;nbsp;&lt;BR /&gt;or you can access it from&amp;nbsp;https://&amp;lt;IP or hostname of Clean Interface&amp;gt;/mask/doc/mask/help-api-overview&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 23:58:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/endpoint-security/about-cisco-threatgrid-api/m-p/5161154#M8474</guid>
      <dc:creator>bmahsan</dc:creator>
      <dc:date>2024-08-14T23:58:08Z</dc:date>
    </item>
  </channel>
</rss>

