ZITADEL Docs
APIsCore ResourcesV1Authenticated User

ListMyPasswordless

POST
/users/me/passwordless/_search

Response Body

application/json

application/json

curl -X POST "https://loading/users/me/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?