Auth0 · Schema

FlowActionAuth0

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-flowactionauth0-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FlowActionAuth0",
  "title": "FlowActionAuth0",
  "type": "object",
  "oneOf": [
    {
      "$ref": "#/components/schemas/FlowActionAuth0CreateUser"
    },
    {
      "$ref": "#/components/schemas/FlowActionAuth0GetUser"
    },
    {
      "$ref": "#/components/schemas/FlowActionAuth0UpdateUser"
    },
    {
      "$ref": "#/components/schemas/FlowActionAuth0SendRequest"
    },
    {
      "$ref": "#/components/schemas/FlowActionAuth0SendEmail"
    },
    {
      "$ref": "#/components/schemas/FlowActionAuth0SendSms"
    },
    {
      "$ref": "#/components/schemas/FlowActionAuth0MakeCall"
    }
  ]
}