All your real estate under one roof
Find a user by their user id.
GET {base_url}/users/{id}
id: Integer. Unique identifier of the user.
http://localhost:3000/users/2
{
"id": 2,
"username": "sam.jones",
"role": "owner",
"permissions": "read-only"
}