Light Logo
JavaScript SDK (v0.48.0)Reference

UserWithDetails

Represents a user with details.

Interface: UserWithDetails

Represents a user with details.

Extends

Properties

account_id

account_id: string

Unique identifier of the user's account.

Inherited from

User.account_id


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.

Inherited from

User.bio


company

company: null | string

Company the user is associated with.

Inherited from

User.company


created_at

created_at: string

Timestamp when the user joined WriftAI.

Inherited from

User.created_at


display_name

display_name: null | string

The display name of the user.

Inherited from

User.display_name


location

location: null | string

Location of the user.

Inherited from

User.location


name

name: string

The unique name of the user.

Inherited from

User.name


updated_at

updated_at: null | string

Timestamp when the user was last updated.

Inherited from

User.updated_at


urls

urls: null | string[]

Personal or professional website URLs.