ZITADEL Docs
APIsCore ResourcesV1Organization Objects

SendPasswordlessRegistration

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.

POST
/users/{user_id}/passwordless/_send_link

Path Parameters

user_id*string

Response Body

application/json

application/json

curl -X POST "https://loading/users/string/passwordless/_send_link"
{
  "details": {
    "sequence": 0,
    "creationDate": "1s",
    "changeDate": "1s",
    "resourceOwner": "string"
  }
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?