Microsoft Graph · Schema

teamGuestSettings

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
allowCreateUpdateChannels boolean If set to true, guests can add and update channels.
allowDeleteChannels boolean If set to true, guests can delete channels.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphteamguestsettings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.teamGuestSettings",
  "title": "teamGuestSettings",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "allowCreateUpdateChannels": {
      "type": "boolean",
      "description": "If set to true, guests can add and update channels.",
      "nullable": true
    },
    "allowDeleteChannels": {
      "type": "boolean",
      "description": "If set to true, guests can delete channels.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}