User model

class user.User(sdk, **kwargs)
Parameters
  • sdk – instance of the DataStewardshipWizardSDK class

  • kwargs – arbitrary attributes that can be set on this entity

active: bool
affiliation: str
created_at: datetime.datetime
email: str
first_name: str
groups: List[dsw_sdk.high_level_api.dto.user.GroupMembership]
image_url: str
last_name: str
password: str
permissions: List[str]
role: str
sources: List[str]
updated_at: datetime.datetime
questionnaires

Attribute containing a list of another Model instances.