Light Logo
JavaScript SDK (v0.34.0)Reference

UserWithDetails

Represents a user with details.

Interface: UserWithDetails

Represents a user with details.

Extends

Properties

avatar_url

avatar_url: string

URL of the user's avatar.

Inherited from

User.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

User.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.


urls

urls: null | string[]

Personal or professional website URLs.


username

username: string

The username of the user.

Inherited from

User.username