Skip to main content
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.
{
  "address": AddressInput,
  "jobTitle": "xyz789",
  "name": "abc123",
  "phoneNumber": "abc123"
}