cURL
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" }
Create a new user on your white label tool. This does not notify the new user in any way.
User created successfully
The response is of type object.
object