Hey there -
I have a sidebar app that I've developed and noticed that recently the Users endpoint is timing out when making a request to this url:
`{domain}/api/v2/users.json?role[]=agent&role[]=admin&page[size]=100`
Getting 503 errors. If the request is successful, it's super, super slow, so much so that I had to remove this API request from my app functionality in the short-term to fix it.
Did anything change with our account that might cause this, or is there something wrong with this endpoint in general? Any suggestions for better performance? A dev at my company recommended I reach out about this after taking a look with me.
Thank you!