APIs & Integrations

sAnsic
Member

How to get basic user profile info with oAuth2

Only such profile information is of interest:

  • FirstName
  • LastName
  • Email

 

 

0 Upvotes
2 Replies 2
Jaycee_Lewis
Community Manager
Community Manager

How to get basic user profile info with oAuth2

Hey, @sAnsic 👋 Check out the Owners API. The Read an Owner endpoint will accept `userId` and return the three user properties you are after — first name, last name, and email address.

 

Have fun building! — Jaycee

linkedin

Jaycee Lewis

Developer Community Manager

Community | HubSpot

0 Upvotes
sAnsic
Member

How to get basic user profile info with oAuth2

Thanks @Jaycee_Lewis. But this endpoint cannot identify the user who provided the access token