Comment on page
Check Username Availability
Confirm if a username is available.
Name | Requires Auth | Permission | Setting |
checkUsernameAvailability | Yes | | None |
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
}
Last modified 3mo ago