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.
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?