ZITADEL Docs
APIsCore ResourcesV1Organization Objects

ListHumanPasswordless

Search Passkey authentication

Deprecated: use user service v2 ListPasskeys instead.

Get a list of configured passkey authentication methods from the user. Passkey is a device-dependent authentication like FingerScan, WindowsHello or a Hardware Token.

POST
/users/{user_id}/passwordless/_search

Path Parameters

user_id*string

Response Body

application/json

application/json

curl -X POST "https://loading/users/string/passwordless/_search"
{
  "result": [
    {
      "id": "string",
      "state": "AUTH_FACTOR_STATE_UNSPECIFIED",
      "name": "string"
    }
  ]
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?