사용자 생성 API: 'active' 속성이 True로 설정되어 있지만 응답에서 False가 반환됩니다


Yes, it seems that the reason for the failure was the flag normalize_email:true it’s true by default. As I turned it off the users got created… However, the API is not considering the normalize_emails flag and is returning success eventhough the user never got created or activated for that matter :confused: Should I report this in discourse github ?