Skip to main content
Tesouro home page
Acquiring
Search...
⌘K
Ask AI
Playground
Playground
Search...
Navigation
UpdateUserProfileInput
Getting started
Risk, Fraud, and Disputes
Reporting
API
Boarding
Transaction processing
Resources
Overview
Welcome to Tesouro
Integration
About our GraphQL
Tokenization
Integration Overview
Playground
Sandbox
Rate limiting
Schema
Copy
Ask AI
{
"address"
:
AddressInput
,
"jobTitle"
:
"xyz789"
,
"name"
:
"abc123"
,
"phoneNumber"
:
"abc123"
}
UpdateUserProfileInput
InputObject
Input Fields
address
The user’s address information.
jobTitle
Job title for the user.
name
Full name of the user.
phoneNumber
The phone number of the user.
Schema
Copy
Ask AI
{
"address"
:
AddressInput
,
"jobTitle"
:
"xyz789"
,
"name"
:
"abc123"
,
"phoneNumber"
:
"abc123"
}
⌘I