ZITADEL Docs
APIsCore ResourcesV2User

ListPasskeys

List passkeys of an user

List passkeys of an user

POST
/v2/users/{user_id}/passkeys/_search

Path Parameters

user_id*string

Response Body

application/json

application/json

curl -X POST "https://loading/v2/users/string/passkeys/_search"
{
  "details": {
    "totalResult": 0,
    "processedSequence": 0,
    "timestamp": "1s"
  },
  "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?