Light Logo
JavaScript SDK (v0.34.0)Reference

UpdateUserParams

Parameters for updating a user.

Type Alias: UpdateUserParams

UpdateUserParams = object

Parameters for updating a user.

Properties

bio?

optional bio: string | null

The new biography of the user.


company?

optional company: string | null

The new company of the user.


location?

optional location: string | null

The new location of the user.


name?

optional name: string | null

The new name of the user.


urls?

optional urls: string[] | null

The new URLs associated with the user.


username?

optional username: string

The new username of the user.