JavaScript SDK (v0.34.0)Reference
UpdateUserParams
Parameters for updating a user.
Type Alias: UpdateUserParams
UpdateUserParams =
object
Parameters for updating a user.
Properties
bio?
optionalbio:string|null
The new biography of the user.
company?
optionalcompany:string|null
The new company of the user.
location?
optionallocation:string|null
The new location of the user.
name?
optionalname:string|null
The new name of the user.
urls?
optionalurls:string[] |null
The new URLs associated with the user.
username?
optionalusername:string
The new username of the user.