account.checkUsername
Validates a username and checks availability.
Example
TL schema
Parameters
Name
Type
Description
Accepted characters: A-z (case-insensitive), 0-9 and underscores. Length: 5-32 characters.|
Result
Return Bool result on whether the passed username can be used.
Possible errors
Code
Type
Description
400
USERNAME_INVALID
Unacceptable username
Can bots use this methd ?
yes
Related pages
Last updated