Get Username Suggestion

Prev Next
Get
/api/v1/users.getUsernameSuggestion

Get a username suggestion for the authenticated user.

Changelog

Version Description
0.65.0 Added
Header parameters
X-Auth-Token
stringRequired

The authenticated user token.

ExampleRScctEHSmLGZGywfIhWyRpyofhKOiMoUIpimhvheU3f
X-User-Id
stringRequired

The authenticated user ID.

ExamplerbAXPnMktTFbNpwtJ
Responses
200

OK

Example 1
{
  "result": "rocket.mic",
  "success": true
}
object
result
string
success
boolean
401

Unauthorized

Authorization Error
{
  "status": "error",
  "message": "You must be logged in to do this."
}
object
status
string
message
string