Create A New User
GET
https://keyauth.win/api/seller/Create a new user
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. (adduser)
Example:
adduser
user
string
required
The username of the new user
sub
string
optional
The subscription that is being added to the user (default subscription is "default")
expiry
string
required
The expiration of the user (in days)
pass
string
required
The password being assigned to the user
Example:
{pass}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 9 months ago