OptionalcancelEmailAddress?: stringOptionalcancelEmailSecret?: stringAn email change cancellation secret.
OptionalemailChangeDate?: numberThe timestamp of when the email address was last changed.
Optionalgroup?: Group & AdminGroupDataThe user's primary group.
Optionalgroups?: (Group & AdminGroupData)[]The user's secondary groups.
OptionalnewEmailAddress?: stringThe new email address.
OptionalnewEmailSecret?: stringAn email change proceed secret.
OptionalpasswordTemp?: stringUsed by admins to change a user's password. Not saved to the database.
OptionalrecoverSecret?: stringA recovery secret.
OptionalrecoverSecretDate?: numberThe timestamp of when the recovery secret was issued.
OptionalrevokeTokenDate?: numberIf set, this timestamp is the cutoff point for JWT issue dates. Any token issued before this date will not authenticate the user.
Optionalsecret?: stringA verification secret.
The old email address.