Tail
Create User
Create User using name and email
POST
Authorizations
Body
application/json
specify name of user.
Example:
"john"
specify email of user.
Example:
"john.doe@example.com"
Response
200
application/json
Successful Response
If user was created successfully.
Example:
true
Name of the created user.
Example:
"john"
Email of the created user.
Example:
"jonh@appleseed.com"
Raccoon passcode associated with the user.
Example:
"raccoon123"
Was this page helpful?