Skip to main content

Resend Invitation

GET 

/v1/acquirer/merchants/:merchant_id/users/:user_id/invitations/resend

Regenerate the invitation token of a user who has not yet accepted their invitation and email them a fresh invitation link.

Returns HTTP 400 if the invitation has already been accepted.

Required permission: merchant_users_update.

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

Invitation email queued.

Schema

    message stringrequired
Loading...