meta { name: Gets a paginated list of the existing User objects. type: http seq: 9 } get { url: {{baseUrl}}/api/v2/Users/:strToken/:from/:howMany body: none auth: none } params:path { strToken: from: howMany: }