Auth0 · Schema

HookTriggerIdEnum

Retrieves hooks that match the trigger

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-hooktriggeridenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/HookTriggerIdEnum",
  "title": "HookTriggerIdEnum",
  "type": "string",
  "enum": [
    "credentials-exchange",
    "pre-user-registration",
    "post-user-registration",
    "post-change-password",
    "send-phone-message"
  ],
  "description": "Retrieves hooks that match the trigger"
}