Register a user
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"
}
Request examples
{
"username": "string",
"email": "string",
"password": "string"
}