Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 854 Bytes

ApplicationUserData.md

File metadata and controls

16 lines (11 loc) · 854 Bytes

ApplicationUserData

Properties

Name Type Description Notes
id Option<String> The id of the user [optional]
email Option<String> The email of the user [optional]
email_confirmed Option<bool> True if the email has been confirmed by the user [optional]
requires_email_confirmation Option<bool> True if the email requires email confirmation to log in [optional]
created Option<f32> The creation date of the user as a unix timestamp. Null if created before v1.0.5.6 [optional]
roles Option<Vec> The roles of the user [optional]

[Back to Model list] [Back to API list] [Back to README]