diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 3e21afa..054fe76 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,12 +4,9 @@
-
+
-
-
-
-
+
@@ -146,7 +143,8 @@
-
+
+
true
diff --git a/pkg/models/accounts.go b/pkg/models/accounts.go
index 336ea75..12d2bff 100644
--- a/pkg/models/accounts.go
+++ b/pkg/models/accounts.go
@@ -19,9 +19,10 @@ type Account struct {
ConfirmedAt *time.Time `json:"confirmed_at"`
PowerLevel int `json:"power_level"`
- Profile AccountProfile `json:"profile"`
- PersonalPage AccountPage `json:"personal_page"`
- Contacts []AccountContact `json:"contacts"`
+ Profile AccountProfile `json:"profile"`
+ PersonalPage AccountPage `json:"personal_page"`
+ Contacts []AccountContact `json:"contacts"`
+ RealmIdentities []RealmMember `json:"realm_identities"`
Tickets []AuthTicket `json:"tickets"`
Factors []AuthFactor `json:"factors"`