Update customerAsk AIput https://www.pelcro.com/api/v1/sdk/customerUpdate a customer on-session.Query Paramssite_idint32requiredThe unique identifier of the site associated with your account.Body ParamsemailstringThe customer's email address. If customer used social login or is a member of any group subscriptions, changing email is not allowed.usernamestringThe customer's username. Must contain only alpha-numeric characters, dashes or underscores, as well as being unique under the same account.display_namestringThe customer's display name.email_confirmbooleanA boolean on whether the customer's email address was confirmed.truefalseemail_hardbouncebooleanA boolean on whether the customer's email is hardbounce.truefalsefirst_namestringThe customer's first name. Always required if active payment gateway is tap.last_namestringThe customer's last name. Always required if active payment gateway is tap.metadataarray of objectsSet of key-value pairs that can be saved on customer level. This can be useful for storing additional information about the object in a structured format.metadataADD objectorganizationstringThe customer's organization.phonestringThe customer's phone number. Must be preformatted and contain only numbers (length min: 5, length max: 20).phone_confirmstringA boolean on whether the customer's phone was confirmed.salutationstringThe customer's salutation.titlestringThe customer's title.tinstringThe customer's tax identification number.HeadersAuthorizationstringrequiredDefaults to Bearer eyJ***AcceptstringDefaults to application/jsonResponses 200200 400400 401401Updated about 1 month ago