Reset Buyer User Password

POST /buyers/{buyerId}/buyer_users/{buyerUserId}/reset_password

Send reset password email to the buyer user

Path parameters

  • buyerId string(guid) Required

    Unique ID of the buyer

  • buyerUserId string(guid) Required

    Unique ID of the buyer user

Responses

  • 204

    Password reset email sent

POST /buyers/{buyerId}/buyer_users/{buyerUserId}/reset_password
curl \
 --request POST 'https://app.getfoundation.com/api/external/v1/buyers/{buyerId}/buyer_users/{buyerUserId}/reset_password' \
 --header "X-API-Key: $API_KEY"