Channels\Private channel members
Get all the users who can view a private channel
This method gets all the users who have access to the specified private channel.
get/channels/{channel_id}/privacy/users
Path parameters
channel_idnumber required
Example:927
The ID of the channel.
Query parameters
direction'asc' | 'desc'
Example:asc
The sort direction of the results.
pagenumber
Example:1
The page number of the results to show.
per_pagenumber
Example:10
The number of items to show on each page of results, up to a maximum of 100.
Response
The users were returned.
Changes
No recorded changes to this endpoint across all 13 revisions of this API.