ZITADEL Docs
APIsCore ResourcesV2User

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

curl -X POST "https://loading/v2/users/string/passkeys/_search"
{
  "details": {
    "totalResult": 0,
    "processedSequence": 0,
    "timestamp": "2023-01-15T01:30:15.01Z"
  },
  "result": [
    {
      "id": "string",
      "state": "AUTH_FACTOR_STATE_UNSPECIFIED",
      "name": "string"
    }
  ]
}

Was this page helpful?