REST Resource: contentOwners
Stay organized with collections
Save and categorize content based on your preferences.
Resource: ContentOwner
A contentOwner
resource represents an organization or other entity that owns content or administers content on YouTube.
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-20 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[[["\u003cp\u003eA \u003ccode\u003econtentOwner\u003c/code\u003e resource represents an organization that owns or administers content on YouTube.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON representation of a \u003ccode\u003econtentOwner\u003c/code\u003e includes fields such as \u003ccode\u003ekind\u003c/code\u003e, \u003ccode\u003edisplayName\u003c/code\u003e, notification email addresses, and a unique \u003ccode\u003eid\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003econtentOwner\u003c/code\u003e resource's fields provide details like the content owner's display name, the type of resource, and email addresses for various notifications.\u003c/p\u003e\n"],["\u003cp\u003eYou can retrieve information about a specific content owner or a list of content owners using the \u003ccode\u003eget\u003c/code\u003e and \u003ccode\u003elist\u003c/code\u003e methods respectively.\u003c/p\u003e\n"]]],["A `contentOwner` resource represents an entity that owns or manages content on YouTube. It contains information like `displayName` and a unique `id`. Notification emails are stored for various purposes, including primary account details, dispute claims, fingerprint reports, and asset ownership conflicts. The resource includes a `kind` field to identify the resource type. Two primary actions are available: `get`, which retrieves details of a specific content owner, and `list`, which retrieves multiple content owners.\n"],null,["# REST Resource: contentOwners\n\n- [Resource: ContentOwner](#ContentOwner)\n - [JSON representation](#ContentOwner.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: ContentOwner\n----------------------\n\nA `contentOwner` resource represents an organization or other entity that owns content or administers content on YouTube.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"kind\": string, \"displayName\": string, \"primaryNotificationEmails\": [ string ], \"disputeNotificationEmails\": [ string ], \"fingerprintReportNotificationEmails\": [ string ], \"conflictNotificationEmail\": string, \"id\": string } ``` |\n\n| Fields ||\n|-----------------------------------------|---------------------------------------------------------------------------------------------------------------------|\n| `kind` | `string` The type of the API resource. For content owner resources, the value is `youtubePartner#contentOwner`. |\n| `displayName` | `string` The content owner's display name. |\n| `primaryNotificationEmails[]` | `string` The email address(es) to which YouTube sends CMS account details and report notifications. |\n| `disputeNotificationEmails[]` | `string` The email address(es) to which YouTube sends claim dispute notifications and possible claim notifications. |\n| `fingerprintReportNotificationEmails[]` | `string` The email address(es) to which YouTube sends fingerprint reports. |\n| `conflictNotificationEmail` | `string` The email address visible to other partners for use in managing asset ownership conflicts. |\n| `id` | `string` A unique ID that YouTube uses to identify the content owner. |\n\n| Methods ------- ||\n|-------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------|\n| ### [get](/youtube/partner/reference/rest/v1/contentOwners/get) | Retrieves information about the specified content owner. |\n| ### [list](/youtube/partner/reference/rest/v1/contentOwners/list) | Retrieves a list of [content owners](/youtube/partner/reference/rest/v1/contentOwners#resource) that match the request criteria. |"]]