Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 812 Bytes

UserBean.md

File metadata and controls

16 lines (13 loc) · 812 Bytes

UserBean

Properties

Name Type Description Notes
username String [optional] [default to null]
firstName String [optional] [default to null]
lastName String [optional] [default to null]
fullName String [optional] [default to null]
email String [optional] [default to null]
active Boolean [optional] [default to null]
password String [optional] [default to null]
groups List [optional] [default to null]

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