Skip to content

Latest commit

 

History

History
54 lines (50 loc) · 881 Bytes

File metadata and controls

54 lines (50 loc) · 881 Bytes
description Automatically generated file. DO NOT MODIFY
mgc chats installed-apps create --chat-id {chat-id} --body '{
\
  "teamsApp@odata.bind" : "https://graph.microsoft.com/v1.0/appCatalogs/teamsApps/2b524e28-95ce-4c9b-9773-4a5bd6ec1770",
\
    "consentedPermissionSet": {
\
        "resourceSpecificPermissions": [
\
        {
\
          "permissionValue": "OnlineMeeting.ReadBasic.Chat",
\
          "permissionType": "Delegated"
\
        },
\
        {
\
          "permissionValue": "OnlineMeetingIncomingAudio.Detect.Chat",
\
          "permissionType": "Delegated"
\
        },
\
        {
\
          "permissionValue": "ChatMember.Read.Chat",
\
          "permissionType": "Application"
\
        },
\
        {
\
          "permissionValue": "ChatMessage.Read.Chat",
\
          "permissionType": "Application"
\
        }]
\
      }
\
}
\
'