API endpointhttps://developers.hubspot.com/docs/api/crm/owners
GET /crm/v3/owners or
GET /crm/v3/owner
Can it be used in bulk to query multiple users at once? Otherwise I’m running into API rate limits. Can’t query more than 150 users.
e.g.
GET /crm/v3/owners?email=john%40microsoft.com,ana%40microsoft.com
or same with userId or any identification property.
Hey, @kovacshuni
To confirm, you are not missing an option. The two available endpoints get all the owners for a portal, or one owner at a time. There isn’t a batch option. I agree 100% this would be a useful addition.
One question to help clarify, when you say rate limited are you getting back a specific warning? Or are you running into the character limitation for query strings when trying to add > 150 email addresses (as described)?
Two requests if you have a moment:
- Will you add the full error body message here, please?
- Please consider adding your suggestion to the Ideas Community. If you add a link back to your Idea post, I’ll be sure to give it an upvote to help get the ball rolling.
Best,
Jaycee
By rate limiting I meant that based on the price-plan / subscription-plan of the account, it is allowed to hit x number of HTTP requests per 10 seconds rolling window. For our specific case that is 150 per 10 seconds rolling. No, it’s not email addresses concatednated, but I’m questioning that proposition in the first place because you just said there is no batch operation so your email parameter does not support multiple addresses spearated by commas for example. Am I right, again, about that?