Create an account
Create an account
POST
https://abc.hoola.vn/manage/api/users/create-single-user
Note: To avoid too many queries leading to server overload, the time interval between each query to create an account should be at least 5 seconds
Query Parameters
Name
Type
Description
token
string
Account Authentication Token
Request Body
Name
Type
Description
job
string
Job Title
gender
string
Gender
street
string
Street
district
string
District
city
string
City
phone
string
Phone
name
string
Full name in string format and has at least 3 characters
username
string
Username in string format with no space and special character and a length of 3 to 20 characters
string
password
string
Password with a length of 6 to 35 characters
Example:
Last updated
Was this helpful?