Cannot Save Database Script - Error "Additional properties not allowed: challenge_type' on property email"
Last Updated:
Overview
Error!Payload validation error: 'Additional properties not allowed: challenge_type' on property email (Configuration for the email attribute for users).
Applies To
- Custom Database
- Script
Cause
Solution
- Use the Management API to retrieve the connection options object. More details on how to do so can be found here.
- Then, with the options object, delete challenge_type from the object.
- Using the endpoint mentioned here, patch the connection and send the options object in the body of the request.
Related References