powered by
Retrieves a list of members for a channel associated with the authenticated user. This endpoint requires OAuth 2.0 authentication and the channel must have memberships enabled.
list_channel_members( part = "snippet", max_results = 50, page_token = NULL, mode = "all_current", has_access_to_level = NULL, simplify = TRUE, ... )
A data.frame or list of channel members.
Parts to retrieve. Valid values are "snippet". Default is "snippet".
Maximum number of items to return. Default is 50. Max is 1000.
Specific page token to retrieve. Optional.
Filter for members. Valid values: "all_current", "newest". Default is "all_current".
Filter by a specific membership level ID. Optional.
Whether to return a simplified data.frame. Default is TRUE.
Additional arguments passed to tuber_GET.
tuber_GET
https://developers.google.com/youtube/v3/docs/members/list
if (FALSE) { # Set API token via yt_oauth() first members <- list_channel_members() }
Run the code above in your browser using DataLab