@@ -430,6 +430,8 @@ type CreateAccountResponseUser struct {
430430 Firstname string `json:"firstname"`
431431 Icon interface {} `json:"icon"`
432432 Id string `json:"id"`
433+ Is2faenabled bool `json:"is2faenabled"`
434+ Is2famandated bool `json:"is2famandated"`
433435 Iscallerchilddomain bool `json:"iscallerchilddomain"`
434436 Isdefault bool `json:"isdefault"`
435437 Lastname string `json:"lastname"`
@@ -724,6 +726,8 @@ type DisableAccountResponseUser struct {
724726 Firstname string `json:"firstname"`
725727 Icon interface {} `json:"icon"`
726728 Id string `json:"id"`
729+ Is2faenabled bool `json:"is2faenabled"`
730+ Is2famandated bool `json:"is2famandated"`
727731 Iscallerchilddomain bool `json:"iscallerchilddomain"`
728732 Isdefault bool `json:"isdefault"`
729733 Lastname string `json:"lastname"`
@@ -902,6 +906,8 @@ type EnableAccountResponseUser struct {
902906 Firstname string `json:"firstname"`
903907 Icon interface {} `json:"icon"`
904908 Id string `json:"id"`
909+ Is2faenabled bool `json:"is2faenabled"`
910+ Is2famandated bool `json:"is2famandated"`
905911 Iscallerchilddomain bool `json:"iscallerchilddomain"`
906912 Isdefault bool `json:"isdefault"`
907913 Lastname string `json:"lastname"`
@@ -1435,6 +1441,8 @@ type AccountUser struct {
14351441 Firstname string `json:"firstname"`
14361442 Icon interface {} `json:"icon"`
14371443 Id string `json:"id"`
1444+ Is2faenabled bool `json:"is2faenabled"`
1445+ Is2famandated bool `json:"is2famandated"`
14381446 Iscallerchilddomain bool `json:"iscallerchilddomain"`
14391447 Isdefault bool `json:"isdefault"`
14401448 Lastname string `json:"lastname"`
@@ -1885,6 +1893,8 @@ type LockAccountResponseUser struct {
18851893 Firstname string `json:"firstname"`
18861894 Icon interface {} `json:"icon"`
18871895 Id string `json:"id"`
1896+ Is2faenabled bool `json:"is2faenabled"`
1897+ Is2famandated bool `json:"is2famandated"`
18881898 Iscallerchilddomain bool `json:"iscallerchilddomain"`
18891899 Isdefault bool `json:"isdefault"`
18901900 Lastname string `json:"lastname"`
@@ -2086,6 +2096,8 @@ type MarkDefaultZoneForAccountResponseUser struct {
20862096 Firstname string `json:"firstname"`
20872097 Icon interface {} `json:"icon"`
20882098 Id string `json:"id"`
2099+ Is2faenabled bool `json:"is2faenabled"`
2100+ Is2famandated bool `json:"is2famandated"`
20892101 Iscallerchilddomain bool `json:"iscallerchilddomain"`
20902102 Isdefault bool `json:"isdefault"`
20912103 Lastname string `json:"lastname"`
@@ -2339,6 +2351,8 @@ type UpdateAccountResponseUser struct {
23392351 Firstname string `json:"firstname"`
23402352 Icon interface {} `json:"icon"`
23412353 Id string `json:"id"`
2354+ Is2faenabled bool `json:"is2faenabled"`
2355+ Is2famandated bool `json:"is2famandated"`
23422356 Iscallerchilddomain bool `json:"iscallerchilddomain"`
23432357 Isdefault bool `json:"isdefault"`
23442358 Lastname string `json:"lastname"`
0 commit comments