cURL
curl --request POST \ --url https://dashboard.brandblast.ai/api/v1/resetUserPassword \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "user_email": "[email protected]", "new_password": "<string>" } '
{ "message": "<string>" }
Reset the password for a specified user. This does not notify the user in any way.
Email address of the user whose password is to be reset
New password for the user
Password reset successfully