ListPasskeys
List passkeys of an user
List passkeys of an user
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?