Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 753 Bytes

File metadata and controls

28 lines (20 loc) · 753 Bytes

Get Username Suggestion

Gets a suggestion for a new username for the user.

HTTP MethodURLRequires Auth
GET/api/v1/users.getUsernameSuggestionyes

Example Call

curl -H "X-Auth-Token: 9HqLlyZOugoStsXCUfD_0YdwnNnunAJF8V47U3QHXSq" \
     -H "X-User-Id: aobEdbYhXfu5hkeqG" \
     http://localhost:3000/api/v1/users.getUsernameSuggestion

Example Response

{
  "result": "rocket.cat",
  "success": true
}

Change Log

Version Description
0.65.0 Added