Variable UserCreatedWebhookRequestPayloadSchemaConst

UserCreatedWebhookRequestPayloadSchema: {
    $schema: string;
    additionalProperties: boolean;
    description: string;
    properties: {
        email: {
            description: string;
            type: string[];
        };
        environment_id: {
            description: string;
            type: string;
        };
        name: {
            description: string;
            type: string[];
        };
        tenant_id: {
            description: string;
            type: string;
        };
        user_id: {
            description: string;
            type: string;
        };
    };
    required: string[];
    title: string;
    type: string;
} = UserCreatedWebhookRequestPayload

Type declaration

  • $schema: string
  • additionalProperties: boolean
  • description: string
  • properties: {
        email: {
            description: string;
            type: string[];
        };
        environment_id: {
            description: string;
            type: string;
        };
        name: {
            description: string;
            type: string[];
        };
        tenant_id: {
            description: string;
            type: string;
        };
        user_id: {
            description: string;
            type: string;
        };
    }
    • email: {
          description: string;
          type: string[];
      }
      • description: string
      • type: string[]
    • environment_id: {
          description: string;
          type: string;
      }
      • description: string
      • type: string
    • name: {
          description: string;
          type: string[];
      }
      • description: string
      • type: string[]
    • tenant_id: {
          description: string;
          type: string;
      }
      • description: string
      • type: string
    • user_id: {
          description: string;
          type: string;
      }
      • description: string
      • type: string
  • required: string[]
  • title: string
  • type: string

Generated using TypeDoc