Description

Provides membership information for each member of a channel. Returned by channels.listMembers.

Object Attributes

NameTypeRequiredDescription
userIdStringYesUser identifier for the channel member
affiliationStringYes

Can be one of:

  • moderator, if user is a channel admin
  • member, if user is a channel member
publicProfilePublicProfileNo

Public profile of the user. This is an optional attribute and is included only if specifically requested.

For example, this attribute will be set if the user calls channels.listMembers with the showPublicProfile parameter set to true.