Get a user by ID
Parameters:
The user's ID
Returns:
User details
See Also:
182 183 184
# File 'lib/umami/client.rb', line 182 def user(user_id) get("/api/users/#{user_id}") end