Get list of JupyterHub servers using API

I’m trying to get a list of all the servers of my JupyterHub instance ( Zero to JupyterHub with Kubernetes) using the ‘/users’ api call. Unfortunately this only returns the currently active servers but it does not include servers that are not running… How can I also retrieve the servers that are not running?