Login
Last updated
Last updated
After initialization is complete, you can log in by entering your username, name, and profile image address (optional).
USERNAME
string
ID
O
NAME
string
Nickname
X
PROFILE_URL
string
Profile address URL
X
LANGUAGE
string
Language code
X
CUSTOM_FIELD
string
User-defined field
X
TOKEN
string
Token value
X
Note
Obtain a token through the API for log-in security.
lets you use a token issued through the API.
If you do not want to use the token method, set disable in Dashboard > Security settings > Token authentication.
Use the code below to disconnect from the connected Game Chat server.
Member Data Class
id
string
User ID
name
string
Username
profile
string
Image address
Gets information about a specific ID (only the nickname is sent for security reasons).
Parameters
filter
object
Search is available for all fields of a query through filtering
O
sort
object
Define the filter for the fields you want to sort (ascending order "1", descending order "-1")
X
option
object
See the following when there are options
X
Options
offset
number
Start offset
per_page
number
The number of returns (up to 100)