Change User's Username
GET
https://keyauth.win/api/seller/Change the username of a user. This will end the users' sessions and require them to login again.
Request
Query Params
sellerkey
string
required
Obtain a seller key by visiting https://keyauth.cc/app/?page=seller-settings (Must have the Seller Subscription)
type
string
required
The type of the request. (editusername)
Example:
editusername
currentUsername
string
required
The current username of the user having their username changed
newUsername
string
required
The new username for the user having their username changed
sessionID
string
required
The session ID of the user having their username changed. You can find all active sessions here: https://keyauth.cc/app/?page=sessions
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 9 months ago