Skip to main content
PATCH
Update user profile

Node.js SDK

๐Ÿ”— SDK Method: updateUser Use this API endpoint with the Neynar Node.js SDK for typed responses and better developer experience.

Authorizations

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Body

application/json
signer_uuid
string
required

UUID of the signer. signer_uuid is paired with API key, can't use a uuid made with a different API key.

Example:

"19d0c5fd-9b33-4a48-a0e2-bc7b0555baec"

banner
string

Requires pro subscription.

bio
string
display_name
string
location
object
pfp_url
string
primary_eth_address
string

Must be one of the verified addresses.

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x5a927ac639636e534b678e81768ca19e2c6280b7"

primary_sol_address
string

Must be one of the verified addresses.

Pattern: ^[1-9A-HJ-NP-Za-km-z]{32,44}$
url
string
username
string
verified_accounts
object

Response

Success

message
string
success
boolean