GET users
Used to retrieve the information of all users.
URL : /api.php/users/
Method : GET
Auth required : NO
Success Response
Code : 200 OK
Content example
{"USER_ID":"1","USER_LOGIN":"loginRoot3","USER_EMAIL":"toto@gmail.com","USER_PASSWORD":"$2y$12$d.e18TWr661D9\/spQRbE\/u5HwK1yNUCDSyAlQwVGZLckBZAOofCmy","USER_FIRSTNAME":"root","USER_LASTNAME":"root","USER_ROLE":"1"},{"USER_ID":"3","USER_LOGIN":"cunlogin","USER_EMAIL":"emailtest@test.com","USER_PASSWORD":"test","USER_FIRSTNAME":"test","USER_LASTNAME":"test","USER_ROLE":"1"}