Light Logo
JavaScript SDK (v0.39.1)Reference

User

Represents a user.

Interface: User

Represents a user.

Extends

Extended by

Properties

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.


id

id: string

Unique identifier of the user.

Inherited from

BaseUser.id


location

location: null | string

Location of the user.


name

name: null | string

The name of the user.


updated_at

updated_at: null | string

Timestamp when the user was last updated.


username

username: string

The username of the user.

Inherited from

BaseUser.username