Skip to main content

Send Password Reset

POST 

/v1/acquirer/merchants/:merchant_id/users/:user_id/password

Generate a password reset token for the user and email them a reset link.

Required permission: merchant_users_password_reset.

Request

Path Parameters

    merchant_id stringrequired

    Acquirer-assigned merchant identifier (the merchant_id field of the merchant, not its internal UUID).

    user_id uuidrequired

    Merchant user UUID.

Responses

Reset email queued.

Schema

    message stringrequired
Loading...