Hi,
Currently the Helix API already supports full role management for regular Moderators, including GET “Get Moderators”, POST “Add Channel Moderator”, and DELETE “Remove Channel Moderator”.
I’d like to request the same level of API support for two other channel roles.
Lead Moderator: a GET endpoint to list a channel’s Lead Moderators, and a POST endpoint to add/assign one. There is currently no API support at all for this role (introduced in Dec 2025), even though it’s already available in the Creator Dashboard.
Editor: a POST endpoint to add a channel Editor. Currently only “Get Channel Editors” (GET) exists - there’s no way to add an Editor via API, only remove.
Use case: I’d like to automate channel role management for Lead Moderators and Editors the same way it’s already possible for regular Moderators, without needing manual changes in the dashboard every time. This would let mod/admin teams manage all trusted roles at scale via API, consistent with how Moderators are already handled.
Thanks for considering this!