7digital · JSON Structure

Api User Update Request Structure

UserUpdateRequest schema from 7digital API

Type: object Properties: 4
MusicStreamingLicensingCatalogueB2BRoyalty ReportingPublic APIs

UserUpdateRequest is a JSON Structure definition published by 7digital, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

email firstName lastName country

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/7digital/refs/heads/main/json-structure/api-user-update-request-structure.json",
  "name": "UserUpdateRequest",
  "description": "UserUpdateRequest schema from 7digital API",
  "properties": {
    "email": {
      "type": "string",
      "example": "jane.smith@example.com"
    },
    "firstName": {
      "type": "string",
      "example": "Jane"
    },
    "lastName": {
      "type": "string",
      "example": "Smith"
    },
    "country": {
      "type": "string",
      "example": "GB"
    }
  }
}