ZITADEL Docs
APIsCore ResourcesV1Authenticated User

ListMyPasswordless

POST
/users/me/passwordless/_search

Response Body

application/json

curl -X POST "https://loading/users/me/passwordless/_search"
{
  "result": [
    {
      "id": "string",
      "state": "AUTH_FACTOR_STATE_UNSPECIFIED",
      "name": "string"
    }
  ]
}

Was this page helpful?