Auth0 · Schema

CreateGuardianEnrollmentTicketRequestContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
user_id string user_id for the enrollment ticket
email string alternate email to which the enrollment email will be sent. Optional - by default, the email will be sent to the user's default address
send_mail boolean Send an email to the user to start the enrollment
email_locale string Optional. Specify the locale of the enrollment email. Used with send_email.
factor object
allow_multiple_enrollments boolean Optional. Allows a user who has previously enrolled in MFA to enroll with additional factors.
Note: Parameter can only be used with Universal Login; it cannot be used with Classic Login or custom
View JSON Schema on GitHub

JSON Schema

auth0-createguardianenrollmentticketrequestcontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateGuardianEnrollmentTicketRequestContent",
  "title": "CreateGuardianEnrollmentTicketRequestContent",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "user_id"
  ],
  "properties": {
    "user_id": {
      "type": "string",
      "description": "user_id for the enrollment ticket",
      "format": "user-id"
    },
    "email": {
      "type": "string",
      "description": "alternate email to which the enrollment email will be sent. Optional - by default, the email will be sent to the user's default address",
      "format": "email"
    },
    "send_mail": {
      "type": "boolean",
      "description": "Send an email to the user to start the enrollment"
    },
    "email_locale": {
      "type": "string",
      "description": "Optional. Specify the locale of the enrollment email. Used with send_email."
    },
    "factor": {
      "$ref": "#/components/schemas/GuardianEnrollmentFactorEnum"
    },
    "allow_multiple_enrollments": {
      "type": "boolean",
      "description": "Optional. Allows a user who has previously enrolled in MFA to enroll with additional factors.<br />Note: Parameter can only be used with Universal Login; it cannot be used with Classic Login or custom MFA pages."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/auth0-createguardianenrollmentticketrequestcontent"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.