<?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 Re: Where can i get user id in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Where-can-i-get-user-id/m-p/705425#M57788</link>
    <description>&lt;P&gt;I'm not sure about portal IDs, but for those looking for the user ID:&lt;BR /&gt;&lt;BR /&gt;settings &amp;gt; users &amp;amp; teams &amp;gt; click on a user, in the URL it should be the digits at the end&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;example: https://apps.hubspot.com/settings/1234567(this is your account ID)/users/edituser/&lt;STRONG&gt;12345678&lt;/STRONG&gt;(this is the user ID)&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Oct 2022 13:03:30 GMT</pubDate>
    <dc:creator>KRhoads</dc:creator>
    <dc:date>2022-10-13T13:03:30Z</dc:date>
    <item>
      <title>Where can i get user id</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Where-can-i-get-user-id/m-p/334914#M32549</link>
      <description>&lt;P&gt;Hi. Im writing chrome ext for hubspot and my question is: how can i grab current user id and portal id from hubspot page.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 07:34:08 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Where-can-i-get-user-id/m-p/334914#M32549</guid>
      <dc:creator>bebebe</dc:creator>
      <dc:date>2020-04-28T07:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: Where can i get user id</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Where-can-i-get-user-id/m-p/335237#M32578</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/129109"&gt;@bebebe&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can grab the HubSpot account details (including the portal ID) by using this endpoint:&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/methods/get-account-details" target="_blank"&gt;Get account details&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;While there currently isn't a way to grab the login user id details, you can use the&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/methods/owners/get_owners" target="_blank"&gt;Get a list of owners | Owners API&lt;/A&gt;&amp;nbsp;to get details of all owners in the HubSpot account.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 04:34:10 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Where-can-i-get-user-id/m-p/335237#M32578</guid>
      <dc:creator>WendyGoh</dc:creator>
      <dc:date>2020-04-29T04:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Where can i get user id</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Where-can-i-get-user-id/m-p/335642#M32629</link>
      <description>&lt;P&gt;Thanks for your answer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have already checked this api methods. But I need to find out which user is currently using my extension cause of our service restrictions. I think the only way to do it is to use Hubspot oauth service to get user token and then use api methods&amp;nbsp; you were mentioned.&lt;/P&gt;&lt;P&gt;If I can do it in easier way please let me know.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 05:21:22 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Where-can-i-get-user-id/m-p/335642#M32629</guid>
      <dc:creator>bebebe</dc:creator>
      <dc:date>2020-04-30T05:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Where can i get user id</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Where-can-i-get-user-id/m-p/336269#M32712</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/129109"&gt;@bebebe&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Spot on! Currently, the only way to do this is through this endpoint:&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/methods/oauth2/get-access-token-information" target="_blank"&gt;Get Information for OAuth 2.0 Access Token&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 03:50:57 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Where-can-i-get-user-id/m-p/336269#M32712</guid>
      <dc:creator>WendyGoh</dc:creator>
      <dc:date>2020-05-04T03:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Where can i get user id</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Where-can-i-get-user-id/m-p/434086#M43066</link>
      <description>&lt;P&gt;Seriusly, i understand nothing from this. Looked all over for my user id but cant find it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also followed a guide u wrote, but your description does not match the&amp;nbsp;interface/properties:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hubspot.com/t5/APIs-Integrations/Where-I-can-find-team-member-user-ID/td-p/287389" target="_blank"&gt;https://community.hubspot.com/t5/APIs-Integrations/Where-I-can-find-team-member-user-ID/td-p/287389&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why cant i just write my name or email.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So i'm trying to manage so i can see "&lt;SPAN&gt;View the total number of companies created each day over a period of time." and then ad companies created each day BY ME.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thankfull for yor help,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Lettstrom&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 20:47:17 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Where-can-i-get-user-id/m-p/434086#M43066</guid>
      <dc:creator>Lettström</dc:creator>
      <dc:date>2021-05-04T20:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Where can i get user id</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Where-can-i-get-user-id/m-p/449122#M44415</link>
      <description>&lt;P&gt;What about for V3?&amp;nbsp; I need this to match my user to the webhook portalId.&amp;nbsp; This is not returned in the oauth response for v3.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 20:21:42 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Where-can-i-get-user-id/m-p/449122#M44415</guid>
      <dc:creator>avantassel</dc:creator>
      <dc:date>2021-06-18T20:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Where can i get user id</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Where-can-i-get-user-id/m-p/705425#M57788</link>
      <description>&lt;P&gt;I'm not sure about portal IDs, but for those looking for the user ID:&lt;BR /&gt;&lt;BR /&gt;settings &amp;gt; users &amp;amp; teams &amp;gt; click on a user, in the URL it should be the digits at the end&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;example: https://apps.hubspot.com/settings/1234567(this is your account ID)/users/edituser/&lt;STRONG&gt;12345678&lt;/STRONG&gt;(this is the user ID)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 13:03:30 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Where-can-i-get-user-id/m-p/705425#M57788</guid>
      <dc:creator>KRhoads</dc:creator>
      <dc:date>2022-10-13T13:03:30Z</dc:date>
    </item>
  </channel>
</rss>

