Query user
Look up an NUSD Wallet end user, typically to confirm that a recipient exists and is active before an internal transfer.
Send at least one of user_token, user_email, or user_phone as the lookup key. When you send more than one, matching is strict: every field you send must belong to the same user for a result to be returned, so a lookup never resolves to more than one user. If no user matches, status is non-zero.
Authorizations
API key. Must be included in the request header.
Timestamp. Must be included in the request header.
Signature string. Must be included in the request header.
Query Parameters
Wallet ID.
"1b8d5efd-d7a8-48ac-a195-cc8e043ae36b"
Unique user ID or token within the app (lookup key; send at least one of the three).
"149918"
User's email address (lookup key; send at least one of the three).
User's phone number (lookup key; send at least one of the three).
"13800138000"