Resend an invite code for a user
Deprecated: Use CreateInviteCode instead.
Resend an invite code for a user to initialize their first authentication method (password, passkeys, IdP) depending on the organization's available methods. A resend is only possible if a code has been created previously and sent to the user. If there is no code or it was directly returned, an error will be returned.
curl -X POST "https://loading/v2/users/string/invite_code/resend"{
"details": {
"sequence": 0,
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string",
"creationDate": "2023-01-15T01:30:15.01Z"
}
}Was this page helpful?
Request a code to reset a password
Explore the Request a code to reset a password operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.
Resend code to verify user phone number
Explore the Resend code to verify user phone number operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.