Auth0 · Schema

ListUserAuthenticationMethodsResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-listuserauthenticationmethodsresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListUserAuthenticationMethodsResponseContent",
  "title": "ListUserAuthenticationMethodsResponseContent",
  "oneOf": [
    {
      "type": "array",
      "description": "The paginated authentication methods. Returned in this structure when include_totals is false.",
      "items": {
        "$ref": "#/components/schemas/UserAuthenticationMethod"
      }
    },
    {
      "$ref": "#/components/schemas/ListUserAuthenticationMethodsOffsetPaginatedResponseContent"
    }
  ]
}