Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 872 Bytes

User.md

File metadata and controls

17 lines (12 loc) · 872 Bytes

User

Properties

Name Type Description Notes
email str The user's e-mail address
id str The ID of the user [optional]
name str, none_type The user's name [optional]
is_superadmin bool Flag to show if a user is a super-admin [optional]
is_active bool Flag to show if the user is active [optional]
group_id str, none_type The ID of the group of this project [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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