{% hint style="info" %}
This method is planned to be removed by 7.0.0. Use the /users.checkUsernameAvailability
endpoint instead.
{% endhint %}
Confirm if a username is available.
Name | Requires Auth |
---|---|
checkUsernameAvailability |
Yes |
Argument | Example | Required | Description |
username | john.wood | Required | The username you are checking for. |
{
"msg": "method",
"method": "checkUsernameAvailability",
"id": "117",
"params": [
"funke"
]
}
{
"msg": "result",
"id": "117",
"result": true
}