Listing All Users (Inactive and Active)

I am developing a back end automation for our Internal IT Systems. A large operation that we run once a night, is to reconcile all accounts into our system. When I use the list user’s API endpoint it only returns “Active” Users. I know that their is a query in the endpoint to look at “Inactive” users as well. However, I was wondering if it is possible to have a query parameter that will return all “Active” and “Inactive” users. Something maybe like ?status=all…

Please let me know if this is a possibility.