Resend User Email Verification
Deprecated: use user service v2 ResendEmailCode instead.
Resend the email verification notification to the given email address of the user.
curl -X POST "https://loading/users/string/email/_resend_verification"{
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}Was this page helpful?
RemoveSecondFactorFromLoginPolicy
Explore the RemoveSecondFactorFromLoginPolicy operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.
Resend User Initialization Email
Resend User Initialization Email: Deprecated: not used anymore in user state so will be removed. A newly created user will get an initialization email to verify the email address and set a password. Resend the email with this reque...