cURL
curl --request PATCH \ --url https://api.neynar.com/v2/farcaster/user/ \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "signer_uuid": "19d0c5fd-9b33-4a48-a0e2-bc7b0555baec", "bio": "<string>", "pfp_url": "<string>", "url": "<string>", "username": "<string>", "display_name": "<string>", "location": { "latitude": 0, "longitude": 0 }, "banner": "<string>", "verified_accounts": { "x": "<string>", "github": "<string>" } }'
{ "success": true, "message": "<string>" }
Update user profile (In order to update user’s profile signer_uuid must be approved)
signer_uuid
API key to authorize requests
Success
The response is of type object.
object
Was this page helpful?