GET /users/{user_id}/channels

Gets the list of channels that the target user is subscribed to.

The channel security model means only those subscribed channels to which the acting user has metadata access are returned.

For organization administrators, this is guaranteed to be all channels the target user is subscribed to, since organization administrators implicitly have metadata access to all channels.

Changes: Prior to Zulip 12.0 (feature level 458), target users that were bots resulted in a permissions error.

New in Zulip 12.0 (feature level 440).

Servers

Path parameters

Name Type Required Description
user_id Integer Yes

The target user's ID.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.