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
avatar_url
avatar_url:
string
URL of the user's avatar.
Inherited from
bio
bio:
null|string
The biography of the user.
Inherited from
company
company:
null|string
Company the user is associated with.
Inherited from
created_at
created_at:
string
Timestamp when the user joined WriftAI.
Inherited from
display_name
display_name:
null|string
The display name of the user.
Inherited from
location
location:
null|string
Location of the user.
Inherited from
name
name:
string
The unique name of the user.
Inherited from
updated_at
updated_at:
null|string
Timestamp when the user was last updated.
Inherited from
urls
urls:
null|string[]
Personal or professional website URLs.