Light Logo
JavaScript SDK (v0.48.0)Reference

User

Represents a user.

Interface: User

Represents a user.

Extends

Extended by

Properties

account_id

account_id: string

Unique identifier of the user's account.

Inherited from

BaseUser.account_id


avatar_url

avatar_url: string

URL of the user's avatar.

Inherited from

BaseUser.avatar_url


bio

bio: null | string

The biography of the user.


company

company: null | string

Company the user is associated with.


created_at

created_at: string

Timestamp when the user joined WriftAI.


display_name

display_name: null | string

The display name of the user.


location

location: null | string

Location of the user.


name

name: string

The unique name of the user.

Inherited from

BaseUser.name


updated_at

updated_at: null | string

Timestamp when the user was last updated.