Owners API return just archived false owners

Hi @IGonzález6

Consider making two separate API calls to retrieve a comprehensive list of owners, including both active and archived ones.

First, call /crm/v3/owners/ without any filter to retrieve active users (where archived=false).
Then, make another call with the filter ?archived=true to retrieve archived users (where archived=true).
Finally, combine the results from both calls to get a complete list of owners, including both active and archived ones.

This approach is necessary since we don’t have a single API call with a filter like “archived=any” to retrieve both types of owners in one go

Hope this helps - Happy to help further!!
Thank you very much and have a great one!
Warm regards