cURL
Users
Reinvite User
This endpoint resends an invitation email to a user who has not yet set up their password just in case he/she did not receive the initial email due to various reasons.
POST
cURL
Authorizations
Bearer authentication header of the form Bearer Token, Where accessToken is the access token used to authenticate the request.
Headers
Preferred language for the response
Body
application/json
The unique identifier of the organisation
Example:
"FYH0NTVW0DXK"
The unique identifier of the merchant account
Required range:
10000000 <= x <= 99999999Example:
35253486
The unique identifier of the user to reinvite
Example:
"user-id-123"
Response
200 - application/json
User invitation email sent
Success message confirming the invitation email was sent
Example:
"User invitation email sent"