REST Resource: contentOwners

Resource: ContentOwner

A contentOwner resource represents an organization or other entity that owns content or administers content on YouTube.

JSON representation
{
  "kind": string,
  "displayName": string,
  "primaryNotificationEmails": [
    string
  ],
  "disputeNotificationEmails": [
    string
  ],
  "fingerprintReportNotificationEmails": [
    string
  ],
  "conflictNotificationEmail": string,
  "id": string
}
Fields
kind

string

The type of the API resource. For content owner resources, the value is youtubePartner#contentOwner.

displayName

string

The content owner's display name.

primaryNotificationEmails[]

string

The email address(es) to which YouTube sends CMS account details and report notifications.

disputeNotificationEmails[]

string

The email address(es) to which YouTube sends claim dispute notifications and possible claim notifications.

fingerprintReportNotificationEmails[]

string

The email address(es) to which YouTube sends fingerprint reports.

conflictNotificationEmail

string

The email address visible to other partners for use in managing asset ownership conflicts.

id

string

A unique ID that YouTube uses to identify the content owner.

Methods

get

Retrieves information about the specified content owner.

list

Retrieves a list of content owners that match the request criteria.