Reset a Platform User password
Security
bearerToken
- Productionhttps://api-v2.dash.app/platform/user-reset-passwords
- Staginghttps://api-v2.dashstaging.app/platform/user-reset-passwords
curl -i -X POST \
https://api-v2.dash.app/platform/user-reset-passwords \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"userId": "john.smith@gmail.com",
"password": "password2"
}'