Developer's GuideRESTful APIInteract with UsersVersion: QB10On this pageInteract with Users Get all users in the system Syntax Users in the system can be accessed using http GET method through below url: http://localhost:8810/rest/users The response is of mime type application/xml and the content is XML representation of all users in the system. Security