Skip to main content
POST
/
members
/
{memberId}
/
password
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