OBJECT

O365TeamConvChannel

link GraphQL Schema definition

  • type O365TeamConvChannel {
  • # The natural ID of Microsoft 365 Teams channel.
  • naturalId: String!
  • # The RSC ID of channel, used only for browsing files.
  • channelId: String
  • # Display name of the channel.
  • name: String!
  • # Specifies whether the channel is relic or not.
  • isArchived: Boolean
  • # The ID of sharepoint folder of the channel.
  • folderId: String!
  • # The membership type of the channel.
  • membershipType: ChannelMembershipType!
  • }