POST
/
v1
/
createUser
curl --request POST \
  --url https://dashboard.brandblast.ai/api/v1/createUser \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "user_email": "newuser@example.com",
  "user_password": "securePassword123",
  "should_reset_password": "false"
}'
{
  "user_email": "newuser@example.com",
  "user_password": "securePassword123"
}

Authorizations

X-API-Key
string
header
required

Body

application/json

Response

200
application/json

User created successfully

The response is of type object.