How To Find Hubspot User Id

If you are a user of HubSpot, you may need to locate your user ID for a variety of purposes, such as managing your account, resolving issues, making API calls, or integrating with third-party services. To assist you in finding your HubSpot User ID, this guide will offer a step-by-step approach.

What is a HubSpot User ID?

Your HubSpot User ID is a unique identifier assigned to each user in your HubSpot account. It is a numerical value that is used to distinguish each user and cannot be changed.

How to Find Your HubSpot User ID

You can find your HubSpot User ID by following the steps below:

  1. Login into your HubSpot account.
  2. Click on your account name in the top right corner of the homepage.
  3. A dropdown will appear. Select ‘Profile & Preferences’.
  4. On the profile page, scroll down to the section titled ‘About’.
  5. Here, you will see your User ID displayed next to ‘HubSpot User ID’.

Using Your User ID in API Calls

Once you’ve located your User ID, you can use it for API calls. Here is an example of how you might use it:

        GET /users/v1/users/{user_id}
        Host: api.hubapi.com
        Authorization: Bearer {access_token}
        

Replace {user_id} with your HubSpot User ID and {access_token} with your access token.

Conclusion

Finding your HubSpot User ID is straightforward if you know where to look. Once you have this valuable information, you can use it for various actions that can enhance your overall experience of using HubSpot. Remember to keep this number confidential, as it is unique to your user account.