Page Summary
-
This endpoint retrieves a list of uploaders associated with a specified content owner.
-
The HTTP request method is
GET, and it utilizes gRPC Transcoding syntax for the URL, which ishttps://youtubepartner.googleapis.com/youtube/partner/v1/uploader. -
The
onBehalfOfContentOwnerquery parameter is mandatory to specify the content owner if the user is associated with multiple owners. -
The request body must be empty when making this request.
-
The successful response body contains a JSON object with a list of uploader resources, defined by the
kindfield asyoutubePartner#uploaderListand theitemsarray containing individualyoutubePartner#uploaderobjects.
Retrieves a list of uploaders for a content owner.
HTTP request
GET https://youtubepartner.googleapis.com/youtube/partner/v1/uploader
The URL uses gRPC Transcoding syntax.
Query parameters
| Parameters | |
|---|---|
onBehalfOfContentOwner
|
The |
Request body
The request body must be empty.
Response body
A list of uploaders associated with a content owner.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"kind"
:
string
,
"items"
:
[
{
object (
|
| Fields | |
|---|---|
kind
|
The type of the API response. For this operation, the value is |
items[]
|
A list of uploader ( |
Authorization scopes
Requires the following OAuth scope:
-
https://www.googleapis.com/auth/youtubepartner
For more information, see the OAuth 2.0 Overview .

