Skip to content

User

A base class for all of Deci's model classes. A model stores data in constant fields, and let us manipulate the data in a more readable way.

Properties

Name Type Description Notes
update_time datetime [optional]
creation_time datetime [optional]
id str [optional]
deleted bool [optional] [default to False]
first_name str [optional]
last_name str [optional]
user_id str
company_id str [optional]
email str
job_title str [optional]
state UserState
feature_flags list[UserFeatureFlagMetadata] [optional] [default to []]
deci_role DeciRole [optional]
auth_provider str [optional]

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