You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering an issue with the user_id attribute when an owner is archived beacuse the user_id is setted as None
Upon investigation, I found that the PublicOwner class doesn't match with the userIdIncludingInactive attribute. This discrepancy seems to have been introduced on March 21, 2024, following a request from a user with a similar issue.
Hi everyone,
I'm encountering an issue with the
user_id
attribute when an owner is archived beacuse the user_id is setted asNone
Upon investigation, I found that the
PublicOwner
class doesn't match with theuserIdIncludingInactive
attribute. This discrepancy seems to have been introduced on March 21, 2024, following a request from a user with a similar issue.For reference, here is the source: HubSpot Community Post.
I retrieve all owners using this API endpoint:
hubspot_client.crm.owners.get_all(archived=True)
.Could you please link
user_id
withuserIdIncludingInactive
for archived owners?Thank you!
The text was updated successfully, but these errors were encountered: