Register a user

POST /users
application/json

Body

Responses

POST /users
curl \
 -X POST /wp-json/hivepress/v1/users \
 -H "Content-Type: application/json" \
 -d '{"username":"string","email":"string","password":"string"}'
Request example
{
  "username": "string",
  "email": "string",
  "password": "string"
}