TenantSignup
Resend tenant signup email verification
Public entry point. Re-mints and resends the verification email for a pending signup request.
post/tenants/signup/{signupRequestId}/resend
Parameters
./platform-admin-components.yml#/components/parameters/SignupRequestId — unresolved $ref
Request body
Example request
{
"sourceIpHash": "8f434346648f6b96df89dda901c5176b10a6d83961dd3c1ac88b59b2dc327aa4"
}Response
Verification resend accepted.
Example response
{
"signupRequestId": "signup-9f12a7c4",
"expiresAt": "2026-06-09T09:00:00Z",
"requiresApproval": true,
"emailDelivery": {
"status": "SENT",
"deliveryId": "del-9f12a7c4",
"providerMessageId": "msg-101"
}
}