Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.15 KB

FolderUserProject.md

File metadata and controls

22 lines (17 loc) · 1.15 KB

FolderUserProject

This is a flattened nested represetation of FosUser and Invitation models in this serializer.

Properties

Name Type Description Notes
id int [readonly]
user_id int, none_type [readonly]
invitation_id int, none_type [readonly]
email str [readonly]
firstname str, none_type [readonly]
lastname str, none_type [readonly]
profile_picture str, none_type [readonly]
sub str, none_type [readonly]
role int * `100` - admin * `50` - user * `25` - guest [readonly]
permission int * `1` - denied * `50` - read_only * `100` - read_write [readonly]
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]