{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin chats.chat.Actions API", "version": "1.0.0" }, "items": [ { "info": { "name": "chats.chat.Actions", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Invoke action hideForUser", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/hideForUser", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Hide a chat for a user." }, { "info": { "name": "Microsoft Graph Invoke action markChatReadForUser", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/markChatReadForUser", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Mark a chat as read for a user." }, { "info": { "name": "Microsoft Graph Invoke action markChatUnreadForUser", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/markChatUnreadForUser", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Mark a chat as unread for a user." }, { "info": { "name": "Microsoft Graph Invoke action removeAllAccessForUser", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/removeAllAccessForUser", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Remove access to a chat for a user." }, { "info": { "name": "Microsoft Graph Invoke action sendActivityNotification", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/sendActivityNotification", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Send an activity feed notification in scope of a chat. For more information about sending notifications and the requirements for doing so, see sending Teams activity notifications." }, { "info": { "name": "Microsoft Graph Invoke action unhideForUser", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/unhideForUser", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Unhide a chat for a user." } ] } ], "bundled": true }