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!