Fetch UserData for a FID
Note: one of two different response schemas is returned based on whether the caller provides the user_data_type parameter. If included, a single UserDataAdd message is returned (or a not_found error). If omitted, a paginated list of UserDataAdd messages is returned instead.
Documentation Index
Fetch the complete documentation index at: https://docs.neynar.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key to authorize requests
Query Parameters
The FID that's being requested
The type of user data, either as a numerical value or type string. If this is omitted, all user data for the FID is returned Specifies which field of a user's profile is being updated.
- USER_DATA_TYPE_PFP: Profile Picture URL for the user's avatar
- USER_DATA_TYPE_DISPLAY: Display Name shown on the user's profile
- USER_DATA_TYPE_BIO: Biography or description of the user
- USER_DATA_TYPE_URL: Website or social media link for the user
- USER_DATA_TYPE_USERNAME: Preferred username for the user
USER_DATA_TYPE_PFP, USER_DATA_TYPE_DISPLAY, USER_DATA_TYPE_BIO, USER_DATA_TYPE_URL, USER_DATA_TYPE_USERNAME Maximum number of messages to return in a single response
Reverse the sort order, returning latest messages first
The page token returned by the previous query, to fetch the next page. If this parameter is empty, fetch the first page
Response
The requested UserData.
- Option 1
- Option 2
^0x[0-9a-fA-F]{40}$"0xd2b1ddc6c88e865a33cb1a565e0058d757042974"
Type of hashing scheme used to produce a digest of MessageData. - HASH_SCHEME_BLAKE3: Default scheme for hashing MessageData
HASH_SCHEME_BLAKE3 ^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$Type of signature scheme used to sign the Message hash
- SIGNATURE_SCHEME_ED25519: Ed25519 signature (default)
- SIGNATURE_SCHEME_EIP712: ECDSA signature using EIP-712 scheme
SIGNATURE_SCHEME_ED25519, SIGNATURE_SCHEME_EIP712 ^0x[0-9a-fA-F]+$Represents a message that updates a user's profile metadata. This can include changes to profile picture, display name, bio, URL, or preferred username. Each update modifies a single profile field.