TenantSignup
Mark expired pending tenant signups
Marks pending signup requests whose expiry has passed as expired, relative to the supplied now.
post/tenants/signup/reconcile/expired
Request body
Example request
{
"now": "2026-06-09T09:00:00Z"
}Response
Expired signup reconciliation completed.
Example response
{
"expiredCount": 3
}