Auth0 · Schema

CreateGuardianEnrollmentTicketResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
ticket_id string The ticket_id used to identify the enrollment
ticket_url string The url you can use to start enrollment
View JSON Schema on GitHub

JSON Schema

auth0-createguardianenrollmentticketresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateGuardianEnrollmentTicketResponseContent",
  "title": "CreateGuardianEnrollmentTicketResponseContent",
  "type": "object",
  "additionalProperties": true,
  "properties": {
    "ticket_id": {
      "type": "string",
      "description": "The ticket_id used to identify the enrollment",
      "default": "u2x2-u2x2-u2x2-u2x2-u2x2-u2x2"
    },
    "ticket_url": {
      "type": "string",
      "description": "The url you can use to start enrollment",
      "format": "url"
    }
  }
}