Skip to main content
GET
query channel users

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

channelId
string
required

Query Parameters

roles
string[]

Role to filter

Required array length: 1 - 20 elements
Required string length: 1 - 900
filter
enum<string>
default:all
Available options:
all,
muted,
banned,
member&banned
sortBy
enum<string>
default:lastCreated
Available options:
lastCreated,
firstCreated,
displayName
options
object
isDeleted
boolean

filter deleted members if isDeleted is null, will return both deleted and non-deleted members

Response

Channels Information

channels
object[]
channelUsers
object[]
messagePreviews
object[]

Depends on messagePreviewId. if null will be empty array.

messageFeedsInfo
object[]

Depends on messagePreviews. if empty array will be empty array.

users
object[]
files
object[]
paging
object