Owners - retrieving active and archive users at the same time

Hi,

I’m using the Python library to connect to the CRM.

When using get_page() on owners [client.crm.owners.owners_api.get_page()], the API response only includes active owners data in the results (I can see that the default value for ‘archived’ is False in the documentation), so I need a 2nd API call with archived set to True to get archived data.

Is it possible to retrieve both archived and active owners data in one API call?

Hi, @andriushivehr :waving_hand: You are correct. There is not a current way to get both in a single call. You could create a function to handle both requests, but not roll it into a single request.

I hope this helps get you moving forward.

Best,

Jaycee

Ah okay - thank you for confirming!