Description
This will return a list of all of the available users on the database with their: username
, name
and avatar_url
.
Example Response
[
{
"username": "happyamy2016",
"name": "Amy Happy",
"avatar_url": "https://vignette1.wikia.nocookie.net/mrmen/images/7/7f/Mr_Happy.jpg/revision/latest?cb=20140102171729"
},
{
"username": "cooljmessy",
"name": "Peter Messy",
"avatar_url": "https://vignette.wikia.nocookie.net/mrmen/images/1/1a/MR_MESSY_4A.jpg/revision/latest/scale-to-width-down/250?cb=20170730171002"
}
]