Skip to main content
Send a password reset email
curl --request POST \
  --url https://api.example.com/members/{memberId}/password
{
  "success": true
}

Path Parameters

memberId
string
required

Response

200 - application/json

Outcome

success
boolean