User

Partial User

class tekdrive.models.PartialUser(id: str, username: str)

Represents a simple User which provides a subset of a full User’s attributes.

id

Unique ID for the user

Type

str

username

Username for the user

Type

str

Drive User

class tekdrive.models.DriveUser(tekdrive: TekDrive, _data: Optional[Dict[str, Any]] = None)

Represents a TekDrive full user.

id

Unique user ID.

Type

str

username

Username (email) of the user.

Type

str

account_id

TekDrive account ID for the user.

Type

str

created_at

When the user account was created.

Type

datetime

updated_at

When the user account was updated.

Type

datetime

plan

Plan details for the user.

Type

Plan