Send Passkey Registration Link
Deprecated: use user service v2 RegisterPasskey instead.
Adds a new passkey authenticator link to the user and sends it to the user per email. The link enables the user to register a new device if current passkey devices are all platform authenticators. e.g. User has already registered Windows Hello and wants to register FaceID on the iPhone.
curl -X POST "https://loading/users/string/passwordless/_send_link"{
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}Was this page helpful?
Search Users
Search Users: Deprecated: use [user service v2 ListUsers](/reference/api/user/zitadel.user.v2.UserService.ListUsers) instead. Search for users within an organization. By default, we will return users of your org...
Send Reset Password Notification
Send Reset Password Notification: Deprecated: use [user service v2 PasswordReset](/reference/api/user/zitadel.user.v2.UserService.PasswordReset) instead. The user will receive an email with a link to change the password.