How to get UserId from CRM users?

Hey there, I have called HubSpot CRM users API, but I didn’t get userId in response. Following is screenshot for API call.

Can anybody suggest why it doesn’t include userId?

Hi @teja21,

You also need to include “hs_internal_user_id” in the properties query parameter. It should return what you need. Also, if it’s helpful I’d recommend polling GET /crm/v3/properties/users to see a full list of all available properties you can extract.

I hope this helps!

Jack