Unexpected 400 Error in the Management API when Connecting an Organization to a Connection
Last Updated:
Overview
When trying to connect an organization to the connection admin gets an unexpected 400 error in the Management API.
Body response:
{
"statusCode": 400,
"error": "Bad Request",
"message": "Only database connections support is_signup_enabled",
"errorCode": "invalid_body"
}
Applies To
- Management API
- 400 Error
- Enterprise connection
Cause
Solution
If it is Enterprise, remove the field "is_signup_enabled": true , and it will work.