The suggested approach is to use the REST API for managing users and inspecting documents.
Is there a way to look up or sort through channels in couchbase…?
There’s no efficient way to get a list of all channels, as they’re created/computed dynamically based on sync function access grants, document channel routing and explicit channel grants on all users/roles.
The Admin UI behind the scenes used to run a changes feed to build a list of channels, but this doesn’t scale very well for large numbers of documents.