Resend Invitation
Resend email invitation to users of sub-account
Method and URL
POST
| [BASE_URL]
/v1/sub-merchants/users/invitation
Don't forget to use
X-SubMerchant-Id
of the intended Sub-account in the Request's Header Data
Request
Example Body Request Payload
{
"email": "admin@acme.inc"
}
Request Body Schema
Schema Path
Description
Specifications
Email address of the invited user
Required
Email Format
Response
Example Response Body
{
"code": "00",
"message": "success"
}
Response Data Schema
Schema Path
Description
Data Type Validation
code
Response Code from Pivot
String
message
Human readable message that represent response from Pivot
String
Last updated