Skip to main content
Tesouro home page
Acquiring
Search...
⌘K
Ask AI
Playground
Playground
Search...
Navigation
ResendUserInvitationInput
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
{
"userId"
:
"72ef289d-77d4-4696-8a08-da83ed15b751"
,
"redirectUri"
:
"abc123"
}
ResendUserInvitationInput
InputObject
Input for resending a user invitation.
Input Fields
userId
required
ID of the invited user.
redirectUri
required
URI where the user will be redirected to complete the invitation. Must match one of the client’s registered redirect URIs.
Schema
Copy
Ask AI
{
"userId"
:
"72ef289d-77d4-4696-8a08-da83ed15b751"
,
"redirectUri"
:
"abc123"
}
⌘I