Mastercard · Schema

UpdateUserProfile

The request object for updating a enrolled user onto Carbon Calculator Experience platform.

Credit CardsDigital IdentityFinancial-ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
locale string Updating User locale which is registered with issuer.
View JSON Schema on GitHub

JSON Schema

mastercard-carbon-calculator-experience-update-user-profile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UpdateUserProfile",
  "type": "object",
  "description": "The request object for updating a enrolled user onto Carbon Calculator Experience platform.",
  "properties": {
    "locale": {
      "type": "string",
      "description": "Updating User locale which is registered with issuer."
    }
  }
}