users
Get basic information about a user
get/v1/users/{user_id}
Path parameters
user_idstring uuid required
User Id
Response
User object
Example response
{
"id": "00000000-0000-0000-0000-000000000000",
"bio": "Hello world",
"username": "tmcw",
"url": "https://val.town/u/tmcw",
"profileImageUrl": null
}