GET api/users
Reads the list of all the registered users
No Authentication is required
No Parameters are required
JSON
- UnknownError (code:500) : this occur when an unknown error occurred on the server side.
Request
curl --request GET \ --url http://127.0.0.1:8080/api/usersReturn Body
[
{
"id": "3D7BE2FE-72C3-4C1A-8A4A-78A456C733C1",
"name": "Chady",
"username": "ch2dy"
}
]Return Code
- 200