Get a user by username
Path parameters
Response
User retrieved successfully
Example response
{
"user": {
"id": "5ebac534954b54139806c112",
"email": "fake@example.com",
"name": "fake name",
"role": "user"
}
}Changes
Changed in 2 of the 2 revisions of this API.134
- ▲
the
pathrequest parameterusernamebecame requiredrequest-parameter-became-required
- ○
added the optional property
assetsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
pointsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
userto the response with the200statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
removed the optional property
assetsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
pointsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
userfrom the response with the200statusresponse-optional-property-removed
- ○
the
pathrequest parameterusernamebecame optionalrequest-parameter-became-optional
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●