Skip to content

Reset a password

Request

Reset a Platform User password

Security
bearerToken
Bodyapplication/jsonrequired
userIdstringrequired

The id of the user to reset the password for

Example:"john.smith@gmail.com"
passwordstringrequired

The new password

Example:"password2"
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"
  }'

Responses

Success

Response
No content