Search code examples
youtube-apiyoutube-livestreaming-api

Getting a list of livestream moderators in an YouTube channel


I want to get a list of the moderators in a YouTube channel, with or without authorization. Is there a way to do it with the YouTube api?


Solution

  • One option is:

    • Use LiveChatModerators resource for retrieve the lists of moderators for a live chat. The request must be authorized by the owner of the live chat's channel.

    See more about how here.


    As mentioned on the comments, this is the only documented way I found.

    If this way does not meet your needs, submit a ticket on Issue Tracker.