@@ -430,6 +430,8 @@ type CreateAccountResponseUser struct {
430
430
Firstname string `json:"firstname"`
431
431
Icon interface {} `json:"icon"`
432
432
Id string `json:"id"`
433
+ Is2faenabled bool `json:"is2faenabled"`
434
+ Is2famandated bool `json:"is2famandated"`
433
435
Iscallerchilddomain bool `json:"iscallerchilddomain"`
434
436
Isdefault bool `json:"isdefault"`
435
437
Lastname string `json:"lastname"`
@@ -724,6 +726,8 @@ type DisableAccountResponseUser struct {
724
726
Firstname string `json:"firstname"`
725
727
Icon interface {} `json:"icon"`
726
728
Id string `json:"id"`
729
+ Is2faenabled bool `json:"is2faenabled"`
730
+ Is2famandated bool `json:"is2famandated"`
727
731
Iscallerchilddomain bool `json:"iscallerchilddomain"`
728
732
Isdefault bool `json:"isdefault"`
729
733
Lastname string `json:"lastname"`
@@ -902,6 +906,8 @@ type EnableAccountResponseUser struct {
902
906
Firstname string `json:"firstname"`
903
907
Icon interface {} `json:"icon"`
904
908
Id string `json:"id"`
909
+ Is2faenabled bool `json:"is2faenabled"`
910
+ Is2famandated bool `json:"is2famandated"`
905
911
Iscallerchilddomain bool `json:"iscallerchilddomain"`
906
912
Isdefault bool `json:"isdefault"`
907
913
Lastname string `json:"lastname"`
@@ -1435,6 +1441,8 @@ type AccountUser struct {
1435
1441
Firstname string `json:"firstname"`
1436
1442
Icon interface {} `json:"icon"`
1437
1443
Id string `json:"id"`
1444
+ Is2faenabled bool `json:"is2faenabled"`
1445
+ Is2famandated bool `json:"is2famandated"`
1438
1446
Iscallerchilddomain bool `json:"iscallerchilddomain"`
1439
1447
Isdefault bool `json:"isdefault"`
1440
1448
Lastname string `json:"lastname"`
@@ -1885,6 +1893,8 @@ type LockAccountResponseUser struct {
1885
1893
Firstname string `json:"firstname"`
1886
1894
Icon interface {} `json:"icon"`
1887
1895
Id string `json:"id"`
1896
+ Is2faenabled bool `json:"is2faenabled"`
1897
+ Is2famandated bool `json:"is2famandated"`
1888
1898
Iscallerchilddomain bool `json:"iscallerchilddomain"`
1889
1899
Isdefault bool `json:"isdefault"`
1890
1900
Lastname string `json:"lastname"`
@@ -2086,6 +2096,8 @@ type MarkDefaultZoneForAccountResponseUser struct {
2086
2096
Firstname string `json:"firstname"`
2087
2097
Icon interface {} `json:"icon"`
2088
2098
Id string `json:"id"`
2099
+ Is2faenabled bool `json:"is2faenabled"`
2100
+ Is2famandated bool `json:"is2famandated"`
2089
2101
Iscallerchilddomain bool `json:"iscallerchilddomain"`
2090
2102
Isdefault bool `json:"isdefault"`
2091
2103
Lastname string `json:"lastname"`
@@ -2339,6 +2351,8 @@ type UpdateAccountResponseUser struct {
2339
2351
Firstname string `json:"firstname"`
2340
2352
Icon interface {} `json:"icon"`
2341
2353
Id string `json:"id"`
2354
+ Is2faenabled bool `json:"is2faenabled"`
2355
+ Is2famandated bool `json:"is2famandated"`
2342
2356
Iscallerchilddomain bool `json:"iscallerchilddomain"`
2343
2357
Isdefault bool `json:"isdefault"`
2344
2358
Lastname string `json:"lastname"`
0 commit comments