I’m able to fetch other details with this api: https://api.hubspot.com/settings/v3/users
Such as First Name, Last Name, but I also wants to fetch profile image and mobile number from hubspot users.
Following is response I’m getting with above API call:
{
"id": "68968437",
"email": "test170724@mailinator.com",
"firstName": "",
"lastName": "",
"roleIds": \[],
"superAdmin": false
},
If anybody has any solutiion, please share. It will be a great help, thanks.