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
}Changes
Changed in 2 of the 46 revisions of this API.11
- ▲
the
typeresponse's property type/format changed fromstring/to/for status200response-property-type-changed
- ▲
- ○
added the required property
typeto the response with the200statusresponse-required-property-added
- ○