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 request to the user's email address, or a newly added address.
Path Parameters
Request Body
application/json
Response Body
application/json
curl -X POST "https://loading/users/string/_resend_initialization" \ -H "Content-Type: application/json" \ -d '{}'{
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}Was this page helpful?
Resend User Email Verification
Resend User Email Verification: Deprecated: use [user service v2 ResendEmailCode](/reference/api/user/zitadel.user.v2.UserService.ResendEmailCode) instead. Resend the email verification notification to the given email address of ...
Resend User Phone Verification
Resend User Phone Verification: Deprecated: use user service v2 [user service v2 ResendPhoneCode](/reference/api/user/zitadel.user.v2.UserService.ResendPhoneCode) instead. Resend the notification for the verification of the phone...