When I am calling list users endpoint and set offset parameter value, which is more then actual users count, instead of empty list I am getting 500 Server Error.
For example if I have only 10 users and I call list users endpoint like this - "https://api.domo.com/v1/users?limit=100&offset=10", I will get following error:
HTTP/1.1 500 Server Error
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Connection: keep-alive
Content-Length: 52
Content-Type: application/json;charset=UTF-8
Date: Mon, 22 Jan 2018 19:18:27 GMT
Expires: 0
Pragma: no-cache
Server: nginx
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
X-XSS-Protection: 1; mode=block
An error occurred while retrieving the list of users