Get profile information for the current user
Response
Your user information, with tier and email included
Example response
{
"id": "00000000-0000-0000-0000-000000000000",
"bio": "Hello world",
"username": "tmcw",
"url": "https://val.town/u/tmcw",
"profileImageUrl": null
}Changes
Changed in 3 of the 46 revisions of this API.1312
- ▲
the
allOf[User]/typeresponse's property type/format changed fromstring/to/for status200response-property-type-changed
- ▲
the
allOf[subschema #2]/tier/anyOf[subschema #1]/response's property type/format changed fromstring/to/for status200response-property-type-changed
- ●
added the new
businessenum value to theallOf[subschema #2]/tier/anyOf[subschema #1]/response property for the response status200response-property-enum-value-added
- ▲
- ▲
the response's body type/format changed from
object/to/for status200response-body-type-changed
- ▲
removed the required property
biofrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
emailfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
linksfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
profileImageUrlfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
tierfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
typefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
urlfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
usernamefrom the response with the200statusresponse-required-property-removed
- ○
added
Usersubschema #2to the response bodyallOflist for the response status200response-body-all-of-added
- ▲
- ▲
response property
emaillist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ○
added the required property
typeto the response with the200statusresponse-required-property-added
- ▲