Page Summary
-
A
contentOwnerresource represents an organization that owns or administers content on YouTube. -
The JSON representation of a
contentOwnerincludes fields such askind,displayName, notification email addresses, and a uniqueid. -
The
contentOwnerresource's fields provide details like the content owner's display name, the type of resource, and email addresses for various notifications. -
You can retrieve information about a specific content owner or a list of content owners using the
getandlistmethods respectively.
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
|
The type of the API resource. For content owner resources, the value is |
displayName
|
The content owner's display name. |
primaryNotificationEmails[]
|
The email address(es) to which YouTube sends CMS account details and report notifications. |
disputeNotificationEmails[]
|
The email address(es) to which YouTube sends claim dispute notifications and possible claim notifications. |
fingerprintReportNotificationEmails[]
|
The email address(es) to which YouTube sends fingerprint reports. |
conflictNotificationEmail
|
The email address visible to other partners for use in managing asset ownership conflicts. |
id
|
A unique ID that YouTube uses to identify the content owner. |
Methods |
|
|---|---|
|
Retrieves information about the specified content owner. |
|
Retrieves a list of content owners that match the request criteria. |

