Skip to content

Resend Password Init Record

POST/web/v1/workspaces/admin/{workspaceBizId}/account-init-records/{recordBizId}/resend JWT

Resends the password initialization email for an account init record.

Required Headers

HeaderExample ValueDescription
Content-Typeapplication/jsonRequest content type
Acceptapplication/jsonExpected response type
X-Client-HashClient device fingerprint
Accept-Languageen, zh, zh-Hant, ja, viResponse language (default: en)
AuthorizationBearerJWT access token
X-Workspace-IdTarget workspace ID

Request Parameters

NameTypeRequiredInDescription
workspaceBizIdStringRequiredpathBusiness ID of the workspace
recordBizIdStringRequiredpathBusiness ID of the account init record

Success Response

Success 200
{
  "version": "1.3.0",
  "timestamp": 1709337600000,
  "success": true,
  "code": "2000",
  "message": "SUCCESS",
  "data": {
    "resent": true
  }
}

Error Responses

Unauthorized 401
{
  "success": false,
  "code": "4010",
  "message": "Invalid or expired token"
}

Notes

  • This is an admin-level endpoint requiring elevated workspace permissions.

SlaunchX Internal Documentation