{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin chats.conversationMember API", "version": "1.0.0" }, "items": [ { "info": { "name": "chats.conversationMember", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List conversationMembers", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/members", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "List all conversation members in a chat or channel." }, { "info": { "name": "Microsoft Graph Add member to a chat", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/members", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a conversationMember to a chat." }, { "info": { "name": "Microsoft Graph Get conversationMember in a chat", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/members/:conversationMember-id", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "conversationMember-id", "value": "", "type": "path", "description": "The unique identifier of conversationMember" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve a conversationMember from a chat." }, { "info": { "name": "Microsoft Graph Update the navigation property members in chats", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/members/:conversationMember-id", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "conversationMember-id", "value": "", "type": "path", "description": "The unique identifier of conversationMember" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property members in chats" }, { "info": { "name": "Microsoft Graph Remove member from chat", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/members/:conversationMember-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "conversationMember-id", "value": "", "type": "path", "description": "The unique identifier of conversationMember" } ] }, "docs": "Remove a conversationMember from a chat." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/members/$count", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Invoke action add", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/members/add", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created." }, { "info": { "name": "Microsoft Graph Invoke action remove", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/chats/:chat-id/members/remove", "params": [ { "name": "chat-id", "value": "", "type": "path", "description": "The unique identifier of chat" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed." } ] } ], "bundled": true }