Skip to main content

UserProfile

@curiouslycory/memai-sdk


@curiouslycory/memai-sdk / UserProfile

Interface: UserProfile

Defined in: types.ts:92

Represents user profile information as returned by the Mem API. Note: Currently, there isn't a dedicated public SDK method to fetch this directly, but it might be part of other API responses or future features.

Properties

created_at

created_at: string

Defined in: types.ts:111

The timestamp (ISO 8601 format) indicating when the user account was created.


email

email: string

Defined in: types.ts:101

The user's email address.


id

id: string

Defined in: types.ts:96

The unique identifier for the user.


name?

optional name: string

Defined in: types.ts:106

The user's full name, if available.