diff --git a/configuration/dto.go b/configuration/dto.go index 14c3b23..9389deb 100644 --- a/configuration/dto.go +++ b/configuration/dto.go @@ -60,6 +60,7 @@ type RealmAdminConfiguration struct { AutoIdentificationVoucherEnabled *bool `json:"auto_identification_voucher_enabled"` AutoIdentificationAccountingEnabled *bool `json:"auto_identification_accounting_enabled"` AutoIdentificationPrepaymentRequired *bool `json:"auto_identification_prepayment_required"` + OnboardingStatusEnabled *bool `json:"onboarding_status_enabled"` } // Authorization struct