{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Groups.team API", "version": "1.0.0" }, "items": [ { "info": { "name": "Groups.team", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get team from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The team associated with this group." }, { "info": { "name": "Microsoft Graph Create team from group", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new team under a group. In order to create a team, the group must have at least one owner. If the group was created less than 15 minutes ago, calls to create a team might fail with a 404 Not Found error code because the group information didn't fully replicate." }, { "info": { "name": "Microsoft Graph Delete navigation property team for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ] }, "docs": "Microsoft Graph Delete navigation property team for groups" }, { "info": { "name": "Microsoft Graph Get allChannels from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/allChannels", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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 of channels either hosted in or shared with the team (incoming channels)." }, { "info": { "name": "Microsoft Graph Get allChannels from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/allChannels/:channel-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "List of channels either hosted in or shared with the team (incoming channels)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/allChannels/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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 Get channels from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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": "The collection of channels and messages associated with the team." }, { "info": { "name": "Microsoft Graph Create new navigation property to channels for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to channels for groups" }, { "info": { "name": "Microsoft Graph Get channels from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The collection of channels and messages associated with the team." }, { "info": { "name": "Microsoft Graph Update the navigation property channels in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property channels in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property channels for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" } ] }, "docs": "Microsoft Graph Delete navigation property channels for groups" }, { "info": { "name": "Microsoft Graph Get allMembers from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/allMembers", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "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": "A collection of membership records associated with the channel, including both direct and indirect members of shared channels." }, { "info": { "name": "Microsoft Graph Create new navigation property to allMembers for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/allMembers", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to allMembers for groups" }, { "info": { "name": "Microsoft Graph Get allMembers from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/allMembers/:conversationMember-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "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": "A collection of membership records associated with the channel, including both direct and indirect members of shared channels." }, { "info": { "name": "Microsoft Graph Update the navigation property allMembers in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/allMembers/:conversationMember-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "conversationMember-id", "value": "", "type": "path", "description": "The unique identifier of conversationMember" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property allMembers in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property allMembers for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/allMembers/:conversationMember-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "conversationMember-id", "value": "", "type": "path", "description": "The unique identifier of conversationMember" } ] }, "docs": "Microsoft Graph Delete navigation property allMembers for groups" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/allMembers/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "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/groups/:group-id/team/channels/:channel-id/allMembers/add", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" } ], "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/groups/:group-id/team/channels/:channel-id/allMembers/remove", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" } ], "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." }, { "info": { "name": "Microsoft Graph Get filesFolder from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/filesFolder", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Metadata for the location where the channel's files are stored." }, { "info": { "name": "Microsoft Graph Get content for the navigation property filesFolder from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/filesFolder/content", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "$format", "value": "", "type": "query", "description": "Format of the content" } ] }, "docs": "The content stream, if the item represents a file." }, { "info": { "name": "Microsoft Graph Update content for the navigation property filesFolder in groups", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/filesFolder/content", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" } ] }, "docs": "The content stream, if the item represents a file." }, { "info": { "name": "Microsoft Graph Delete content for the navigation property filesFolder in groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/filesFolder/content", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" } ] }, "docs": "The content stream, if the item represents a file." }, { "info": { "name": "Microsoft Graph Get members from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/members", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "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": "A collection of membership records associated with the channel." }, { "info": { "name": "Microsoft Graph Create new navigation property to members for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/members", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to members for groups" }, { "info": { "name": "Microsoft Graph Get members from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/members/:conversationMember-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "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": "A collection of membership records associated with the channel." }, { "info": { "name": "Microsoft Graph Update the navigation property members in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/members/:conversationMember-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "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 groups" }, { "info": { "name": "Microsoft Graph Delete navigation property members for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/members/:conversationMember-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "conversationMember-id", "value": "", "type": "path", "description": "The unique identifier of conversationMember" } ] }, "docs": "Microsoft Graph Delete navigation property members for groups" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/members/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "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/groups/:group-id/team/channels/:channel-id/members/add", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" } ], "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/groups/:group-id/team/channels/:channel-id/members/remove", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" } ], "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." }, { "info": { "name": "Microsoft Graph Get messages from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "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": "A collection of all the messages in the channel. A navigation property. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to messages for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to messages for groups" }, { "info": { "name": "Microsoft Graph Get messages from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/:chatMessage-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of all the messages in the channel. A navigation property. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property messages in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/:chatMessage-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property messages in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property messages for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/:chatMessage-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ] }, "docs": "Microsoft Graph Delete navigation property messages for groups" }, { "info": { "name": "Microsoft Graph Get hostedContents from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/:chatMessage-id/hostedContents", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "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": "Content in a message hosted by Microsoft Teams - for example, images or code snippets." }, { "info": { "name": "Microsoft Graph Create new navigation property to hostedContents for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/:chatMessage-id/hostedContents", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to hostedContents for groups" }, { "info": { "name": "Microsoft Graph Get hostedContents from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/:chatMessage-id/hostedContents/:chatMessageHostedContent-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessageHostedContent-id", "value": "", "type": "path", "description": "The unique identifier of chatMessageHostedContent" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Content in a message hosted by Microsoft Teams - for example, images or code snippets." }, { "info": { "name": "Microsoft Graph Update the navigation property hostedContents in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/:chatMessage-id/hostedContents/:chatMessageHostedContent-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessageHostedContent-id", "value": "", "type": "path", "description": "The unique identifier of chatMessageHostedContent" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property hostedContents in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property hostedContents for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/:chatMessage-id/hostedContents/:chatMessageHostedContent-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessageHostedContent-id", "value": "", "type": "path", "description": "The unique identifier of chatMessageHostedContent" } ] }, "docs": "Microsoft Graph Delete navigation property hostedContents for groups" }, { "info": { "name": "Microsoft Graph Get media content for the navigation property hostedContents from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/:chatMessage-id/hostedContents/:chatMessageHostedContent-id/$value", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessageHostedContent-id", "value": "", "type": "path", "description": "The unique identifier of chatMessageHostedContent" } ] }, "docs": "The unique identifier for an entity. Read-only." }, { "info": { "name": "Microsoft Graph Update media content for the navigation property hostedContents in groups", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/:chatMessage-id/hostedContents/:chatMessageHostedContent-id/$value", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessageHostedContent-id", "value": "", "type": "path", "description": "The unique identifier of chatMessageHostedContent" } ] }, "docs": "The unique identifier for an entity. Read-only." }, { "info": { "name": "Microsoft Graph Delete media content for the navigation property hostedContents in groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/:chatMessage-id/hostedContents/:chatMessageHostedContent-id/$value", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessageHostedContent-id", "value": "", "type": "path", "description": "The unique identifier of chatMessageHostedContent" } ] }, "docs": "The unique identifier for an entity. Read-only." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/:chatMessage-id/hostedContents/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "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 setReaction", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/:chatMessage-id/setReaction", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action setReaction" }, { "info": { "name": "Microsoft Graph Invoke action softDelete", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/:chatMessage-id/softDelete", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ] }, "docs": "Delete a single chatMessage or a chat message reply in a channel or a chat." }, { "info": { "name": "Microsoft Graph Invoke action undoSoftDelete", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/:chatMessage-id/undoSoftDelete", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ] }, "docs": "Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat." }, { "info": { "name": "Microsoft Graph Invoke action unsetReaction", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/:chatMessage-id/unsetReaction", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action unsetReaction" }, { "info": { "name": "Microsoft Graph Get replies from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/:chatMessage-id/replies", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "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": "Replies for a specified message. Supports $expand for channel messages." }, { "info": { "name": "Microsoft Graph Create new navigation property to replies for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/:chatMessage-id/replies", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to replies for groups" }, { "info": { "name": "Microsoft Graph Get replies from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/:chatMessage-id/replies/:chatMessage-id1", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Replies for a specified message. Supports $expand for channel messages." }, { "info": { "name": "Microsoft Graph Update the navigation property replies in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/:chatMessage-id/replies/:chatMessage-id1", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property replies in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property replies for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/:chatMessage-id/replies/:chatMessage-id1", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ] }, "docs": "Microsoft Graph Delete navigation property replies for groups" }, { "info": { "name": "Microsoft Graph Get hostedContents from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/:chatMessage-id/replies/:chatMessage-id1/hostedContents", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "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": "Content in a message hosted by Microsoft Teams - for example, images or code snippets." }, { "info": { "name": "Microsoft Graph Create new navigation property to hostedContents for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/:chatMessage-id/replies/:chatMessage-id1/hostedContents", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to hostedContents for groups" }, { "info": { "name": "Microsoft Graph Get hostedContents from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/:chatMessage-id/replies/:chatMessage-id1/hostedContents/:chatMessageHostedContent-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessageHostedContent-id", "value": "", "type": "path", "description": "The unique identifier of chatMessageHostedContent" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Content in a message hosted by Microsoft Teams - for example, images or code snippets." }, { "info": { "name": "Microsoft Graph Update the navigation property hostedContents in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/:chatMessage-id/replies/:chatMessage-id1/hostedContents/:chatMessageHostedContent-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessageHostedContent-id", "value": "", "type": "path", "description": "The unique identifier of chatMessageHostedContent" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property hostedContents in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property hostedContents for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/:chatMessage-id/replies/:chatMessage-id1/hostedContents/:chatMessageHostedContent-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessageHostedContent-id", "value": "", "type": "path", "description": "The unique identifier of chatMessageHostedContent" } ] }, "docs": "Microsoft Graph Delete navigation property hostedContents for groups" }, { "info": { "name": "Microsoft Graph Get media content for the navigation property hostedContents from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/:chatMessage-id/replies/:chatMessage-id1/hostedContents/:chatMessageHostedContent-id/$value", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessageHostedContent-id", "value": "", "type": "path", "description": "The unique identifier of chatMessageHostedContent" } ] }, "docs": "The unique identifier for an entity. Read-only." }, { "info": { "name": "Microsoft Graph Update media content for the navigation property hostedContents in groups", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/:chatMessage-id/replies/:chatMessage-id1/hostedContents/:chatMessageHostedContent-id/$value", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessageHostedContent-id", "value": "", "type": "path", "description": "The unique identifier of chatMessageHostedContent" } ] }, "docs": "The unique identifier for an entity. Read-only." }, { "info": { "name": "Microsoft Graph Delete media content for the navigation property hostedContents in groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/:chatMessage-id/replies/:chatMessage-id1/hostedContents/:chatMessageHostedContent-id/$value", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessageHostedContent-id", "value": "", "type": "path", "description": "The unique identifier of chatMessageHostedContent" } ] }, "docs": "The unique identifier for an entity. Read-only." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/:chatMessage-id/replies/:chatMessage-id1/hostedContents/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "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 setReaction", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/:chatMessage-id/replies/:chatMessage-id1/setReaction", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action setReaction" }, { "info": { "name": "Microsoft Graph Invoke action softDelete", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/:chatMessage-id/replies/:chatMessage-id1/softDelete", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ] }, "docs": "Delete a single chatMessage or a chat message reply in a channel or a chat." }, { "info": { "name": "Microsoft Graph Invoke action undoSoftDelete", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/:chatMessage-id/replies/:chatMessage-id1/undoSoftDelete", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ] }, "docs": "Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat." }, { "info": { "name": "Microsoft Graph Invoke action unsetReaction", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/:chatMessage-id/replies/:chatMessage-id1/unsetReaction", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action unsetReaction" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/:chatMessage-id/replies/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "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 function delta", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/:chatMessage-id/replies/delta()", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "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": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLi" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "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 function delta", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/messages/delta()", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "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": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLi" }, { "info": { "name": "Microsoft Graph Invoke action archive", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/archive", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Archive a channel in a team. When a channel is archived, users can't send new messages or react to existing messages in the channel, edit the channel settings, or make other changes to the channel. You can delete an archived channel or add and remove members from it. If you archive a team, its channels are also archived. Archiving is an asynchronous operation; a channel is archived after the asynchronous archiving operation completes successfully, which might occur after the response returns. A " }, { "info": { "name": "Microsoft Graph Invoke action completeMigration", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/completeMigration", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" } ] }, "docs": "Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response." }, { "info": { "name": "Microsoft Graph Invoke function doesUserHaveAccess", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "userId", "value": "", "type": "query", "description": "Usage: userId='@userId'" }, { "name": "tenantId", "value": "", "type": "query", "description": "Usage: tenantId='@tenantId'" }, { "name": "userPrincipalName", "value": "", "type": "query", "description": "Usage: userPrincipalName='@userPrincipalName'" } ] }, "docs": "Determine whether a user has access to a channel." }, { "info": { "name": "Microsoft Graph Invoke action provisionEmail", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/provisionEmail", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" } ] }, "docs": "Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method." }, { "info": { "name": "Microsoft Graph Invoke action removeEmail", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/removeEmail", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" } ] }, "docs": "Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client." }, { "info": { "name": "Microsoft Graph Invoke action unarchive", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/unarchive", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" } ] }, "docs": "Restore an archived channel. Unarchiving restores the ability for users to send messages and edit the channel. Channels are archived via the channel: archive method. Unarchiving is an asynchronous operation; a channel is unarchived when the asynchronous unarchiving operation completes successfully, which might occur after this method responds." }, { "info": { "name": "Microsoft Graph Get sharedWithTeams from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/sharedWithTeams", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "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": "A collection of teams with which a channel is shared." }, { "info": { "name": "Microsoft Graph Create new navigation property to sharedWithTeams for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/sharedWithTeams", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to sharedWithTeams for groups" }, { "info": { "name": "Microsoft Graph Get sharedWithTeams from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/sharedWithTeams/:sharedWithChannelTeamInfo-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "sharedWithChannelTeamInfo-id", "value": "", "type": "path", "description": "The unique identifier of sharedWithChannelTeamInfo" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of teams with which a channel is shared." }, { "info": { "name": "Microsoft Graph Update the navigation property sharedWithTeams in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/sharedWithTeams/:sharedWithChannelTeamInfo-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "sharedWithChannelTeamInfo-id", "value": "", "type": "path", "description": "The unique identifier of sharedWithChannelTeamInfo" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sharedWithTeams in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property sharedWithTeams for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/sharedWithTeams/:sharedWithChannelTeamInfo-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "sharedWithChannelTeamInfo-id", "value": "", "type": "path", "description": "The unique identifier of sharedWithChannelTeamInfo" } ] }, "docs": "Microsoft Graph Delete navigation property sharedWithTeams for groups" }, { "info": { "name": "Microsoft Graph Get allowedMembers from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/sharedWithTeams/:sharedWithChannelTeamInfo-id/allowedMembers", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "sharedWithChannelTeamInfo-id", "value": "", "type": "path", "description": "The unique identifier of sharedWithChannelTeamInfo" }, { "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": "A collection of team members who have access to the shared channel." }, { "info": { "name": "Microsoft Graph Get allowedMembers from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/sharedWithTeams/:sharedWithChannelTeamInfo-id/allowedMembers/:conversationMember-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "sharedWithChannelTeamInfo-id", "value": "", "type": "path", "description": "The unique identifier of sharedWithChannelTeamInfo" }, { "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": "A collection of team members who have access to the shared channel." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/sharedWithTeams/:sharedWithChannelTeamInfo-id/allowedMembers/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "sharedWithChannelTeamInfo-id", "value": "", "type": "path", "description": "The unique identifier of sharedWithChannelTeamInfo" }, { "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 Get team from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/sharedWithTeams/:sharedWithChannelTeamInfo-id/team", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "sharedWithChannelTeamInfo-id", "value": "", "type": "path", "description": "The unique identifier of sharedWithChannelTeamInfo" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get team from groups" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/sharedWithTeams/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "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 Get tabs from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/tabs", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "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": "A collection of all the tabs in the channel. A navigation property." }, { "info": { "name": "Microsoft Graph Create new navigation property to tabs for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/tabs", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to tabs for groups" }, { "info": { "name": "Microsoft Graph Get tabs from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/tabs/:teamsTab-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "teamsTab-id", "value": "", "type": "path", "description": "The unique identifier of teamsTab" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of all the tabs in the channel. A navigation property." }, { "info": { "name": "Microsoft Graph Update the navigation property tabs in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/tabs/:teamsTab-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "teamsTab-id", "value": "", "type": "path", "description": "The unique identifier of teamsTab" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property tabs in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property tabs for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/tabs/:teamsTab-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "teamsTab-id", "value": "", "type": "path", "description": "The unique identifier of teamsTab" } ] }, "docs": "Microsoft Graph Delete navigation property tabs for groups" }, { "info": { "name": "Microsoft Graph Get teamsApp from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/tabs/:teamsTab-id/teamsApp", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "teamsTab-id", "value": "", "type": "path", "description": "The unique identifier of teamsTab" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The application that is linked to the tab. This can't be changed after tab creation." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/:channel-id/tabs/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "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 Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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 function getAllMessages", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/getAllMessages()", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "model", "value": "", "type": "query", "description": "The payment model for the API" }, { "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": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve messages across all channels in a team, including text, audio, and video conversations. To learn more about how to use the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs." }, { "info": { "name": "Microsoft Graph Invoke function getAllRetainedMessages", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/channels/getAllRetainedMessages()", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get all retained messages across all channels in a team. To learn more about how to use the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs." }, { "info": { "name": "Microsoft Graph Get group from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/group", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get group from groups" }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/group/serviceProvisioningErrors", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a group object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/group/serviceProvisioningErrors/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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 Get incomingChannels from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/incomingChannels", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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 of channels shared with the team." }, { "info": { "name": "Microsoft Graph Get incomingChannels from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/incomingChannels/:channel-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "channel-id", "value": "", "type": "path", "description": "The unique identifier of channel" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "List of channels shared with the team." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/incomingChannels/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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 Get installedApps from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/installedApps", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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": "The apps installed in this team." }, { "info": { "name": "Microsoft Graph Create new navigation property to installedApps for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/installedApps", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to installedApps for groups" }, { "info": { "name": "Microsoft Graph Get installedApps from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/installedApps/:teamsAppInstallation-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "teamsAppInstallation-id", "value": "", "type": "path", "description": "The unique identifier of teamsAppInstallation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The apps installed in this team." }, { "info": { "name": "Microsoft Graph Update the navigation property installedApps in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/installedApps/:teamsAppInstallation-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "teamsAppInstallation-id", "value": "", "type": "path", "description": "The unique identifier of teamsAppInstallation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property installedApps in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property installedApps for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/installedApps/:teamsAppInstallation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "teamsAppInstallation-id", "value": "", "type": "path", "description": "The unique identifier of teamsAppInstallation" } ] }, "docs": "Microsoft Graph Delete navigation property installedApps for groups" }, { "info": { "name": "Microsoft Graph Invoke action upgrade", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/installedApps/:teamsAppInstallation-id/upgrade", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "teamsAppInstallation-id", "value": "", "type": "path", "description": "The unique identifier of teamsAppInstallation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Upgrade an app installation within a chat." }, { "info": { "name": "Microsoft Graph Get teamsApp from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/installedApps/:teamsAppInstallation-id/teamsApp", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "teamsAppInstallation-id", "value": "", "type": "path", "description": "The unique identifier of teamsAppInstallation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The app that is installed." }, { "info": { "name": "Microsoft Graph Get teamsAppDefinition from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/installedApps/:teamsAppInstallation-id/teamsAppDefinition", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "teamsAppInstallation-id", "value": "", "type": "path", "description": "The unique identifier of teamsAppInstallation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The details of this version of the app." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/installedApps/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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 Get members from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/members", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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": "Members and owners of the team." }, { "info": { "name": "Microsoft Graph Create new navigation property to members for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/members", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to members for groups" }, { "info": { "name": "Microsoft Graph Get members from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/members/:conversationMember-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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": "Members and owners of the team." }, { "info": { "name": "Microsoft Graph Update the navigation property members in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/members/:conversationMember-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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 groups" }, { "info": { "name": "Microsoft Graph Delete navigation property members for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/members/:conversationMember-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversationMember-id", "value": "", "type": "path", "description": "The unique identifier of conversationMember" } ] }, "docs": "Microsoft Graph Delete navigation property members for groups" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/members/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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/groups/:group-id/team/members/add", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "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/groups/:group-id/team/members/remove", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "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." }, { "info": { "name": "Microsoft Graph Invoke action archive", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/archive", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Archive the specified team. \r\nWhen a team is archived, users can no longer make most changes to the team. For example, users can no longer: send or like messages on any channel in the team; edit the team's name or description; nor edit other settings. However, membership changes to the team are still allowed. Archiving is an async operation. A team is archived once the async operation completes successfully, which might occur subsequent to a response from this API. To archive a team, the team an" }, { "info": { "name": "Microsoft Graph Invoke action clone", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/clone", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a copy of a team. This operation also creates a copy of the corresponding group.\r\nYou can specify which parts of the team to clone: When tabs are cloned, they aren't configured. The tabs are displayed on the tab bar in Microsoft Teams, and the first time a user opens them, they must go through the configuration screen. \r\nIf the user who opens the tab doesn't have permission to configure apps, they see a message that says that the tab isn't configured. Cloning is a long-running operation. " }, { "info": { "name": "Microsoft Graph Invoke action completeMigration", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/completeMigration", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ] }, "docs": "Complete the message migration process by removing migration mode from a team. Migration mode is a special state where certain operations are barred, like message POST and membership operations during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response." }, { "info": { "name": "Microsoft Graph Invoke action sendActivityNotification", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/sendActivityNotification", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Send an activity feed notification in the scope of a team. For more information about sending notifications and the requirements for doing so, see\r\nsending Teams activity notifications." }, { "info": { "name": "Microsoft Graph Invoke action unarchive", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/unarchive", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ] }, "docs": "Restore an archived team. This API restores users' ability to send messages and edit the team, abiding by tenant and team settings. A Team is archived using the archive API. Unarchiving is an async operation. A team is unarchived once the async operation completes successfully, which might occur subsequent to a response from this API." }, { "info": { "name": "Microsoft Graph Get operations from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/operations", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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": "The async operations that ran or are running on this team." }, { "info": { "name": "Microsoft Graph Create new navigation property to operations for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/operations", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to operations for groups" }, { "info": { "name": "Microsoft Graph Get operations from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/operations/:teamsAsyncOperation-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "teamsAsyncOperation-id", "value": "", "type": "path", "description": "The unique identifier of teamsAsyncOperation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The async operations that ran or are running on this team." }, { "info": { "name": "Microsoft Graph Update the navigation property operations in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/operations/:teamsAsyncOperation-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "teamsAsyncOperation-id", "value": "", "type": "path", "description": "The unique identifier of teamsAsyncOperation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property operations in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property operations for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/operations/:teamsAsyncOperation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "teamsAsyncOperation-id", "value": "", "type": "path", "description": "The unique identifier of teamsAsyncOperation" } ] }, "docs": "Microsoft Graph Delete navigation property operations for groups" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/operations/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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 Get permissionGrants from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/permissionGrants", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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": "A collection of permissions granted to apps to access the team." }, { "info": { "name": "Microsoft Graph Create new navigation property to permissionGrants for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/permissionGrants", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to permissionGrants for groups" }, { "info": { "name": "Microsoft Graph Get permissionGrants from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/permissionGrants/:resourceSpecificPermissionGrant-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "resourceSpecificPermissionGrant-id", "value": "", "type": "path", "description": "The unique identifier of resourceSpecificPermissionGrant" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of permissions granted to apps to access the team." }, { "info": { "name": "Microsoft Graph Update the navigation property permissionGrants in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/permissionGrants/:resourceSpecificPermissionGrant-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "resourceSpecificPermissionGrant-id", "value": "", "type": "path", "description": "The unique identifier of resourceSpecificPermissionGrant" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property permissionGrants in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property permissionGrants for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/permissionGrants/:resourceSpecificPermissionGrant-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "resourceSpecificPermissionGrant-id", "value": "", "type": "path", "description": "The unique identifier of resourceSpecificPermissionGrant" } ] }, "docs": "Microsoft Graph Delete navigation property permissionGrants for groups" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/permissionGrants/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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 Get photo from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/photo", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The profile photo for the team." }, { "info": { "name": "Microsoft Graph Update the navigation property photo in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/photo", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property photo in groups" }, { "info": { "name": "Microsoft Graph Get media content for the navigation property photo from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/photo/$value", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ] }, "docs": "The profile photo for the team." }, { "info": { "name": "Microsoft Graph Update media content for the navigation property photo in groups", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/photo/$value", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ] }, "docs": "The profile photo for the team." }, { "info": { "name": "Microsoft Graph Delete media content for the navigation property photo in groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/photo/$value", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ] }, "docs": "The profile photo for the team." }, { "info": { "name": "Microsoft Graph Get primaryChannel from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The general channel for the team." }, { "info": { "name": "Microsoft Graph Update the navigation property primaryChannel in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property primaryChannel in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property primaryChannel for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ] }, "docs": "Microsoft Graph Delete navigation property primaryChannel for groups" }, { "info": { "name": "Microsoft Graph Get allMembers from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/allMembers", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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": "A collection of membership records associated with the channel, including both direct and indirect members of shared channels." }, { "info": { "name": "Microsoft Graph Create new navigation property to allMembers for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/allMembers", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to allMembers for groups" }, { "info": { "name": "Microsoft Graph Get allMembers from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/allMembers/:conversationMember-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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": "A collection of membership records associated with the channel, including both direct and indirect members of shared channels." }, { "info": { "name": "Microsoft Graph Update the navigation property allMembers in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/allMembers/:conversationMember-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversationMember-id", "value": "", "type": "path", "description": "The unique identifier of conversationMember" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property allMembers in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property allMembers for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/allMembers/:conversationMember-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversationMember-id", "value": "", "type": "path", "description": "The unique identifier of conversationMember" } ] }, "docs": "Microsoft Graph Delete navigation property allMembers for groups" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/allMembers/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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/groups/:group-id/team/primaryChannel/allMembers/add", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "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/groups/:group-id/team/primaryChannel/allMembers/remove", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "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." }, { "info": { "name": "Microsoft Graph Get filesFolder from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/filesFolder", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Metadata for the location where the channel's files are stored." }, { "info": { "name": "Microsoft Graph Get content for the navigation property filesFolder from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/filesFolder/content", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "$format", "value": "", "type": "query", "description": "Format of the content" } ] }, "docs": "The content stream, if the item represents a file." }, { "info": { "name": "Microsoft Graph Update content for the navigation property filesFolder in groups", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/filesFolder/content", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ] }, "docs": "The content stream, if the item represents a file." }, { "info": { "name": "Microsoft Graph Delete content for the navigation property filesFolder in groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/filesFolder/content", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ] }, "docs": "The content stream, if the item represents a file." }, { "info": { "name": "Microsoft Graph Get members from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/members", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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": "A collection of membership records associated with the channel." }, { "info": { "name": "Microsoft Graph Create new navigation property to members for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/members", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to members for groups" }, { "info": { "name": "Microsoft Graph Get members from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/members/:conversationMember-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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": "A collection of membership records associated with the channel." }, { "info": { "name": "Microsoft Graph Update the navigation property members in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/members/:conversationMember-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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 groups" }, { "info": { "name": "Microsoft Graph Delete navigation property members for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/members/:conversationMember-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "conversationMember-id", "value": "", "type": "path", "description": "The unique identifier of conversationMember" } ] }, "docs": "Microsoft Graph Delete navigation property members for groups" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/members/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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/groups/:group-id/team/primaryChannel/members/add", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "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/groups/:group-id/team/primaryChannel/members/remove", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "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." }, { "info": { "name": "Microsoft Graph Get messages from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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": "A collection of all the messages in the channel. A navigation property. Nullable." }, { "info": { "name": "Microsoft Graph Create new navigation property to messages for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to messages for groups" }, { "info": { "name": "Microsoft Graph Get messages from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/:chatMessage-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of all the messages in the channel. A navigation property. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property messages in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/:chatMessage-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property messages in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property messages for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/:chatMessage-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ] }, "docs": "Microsoft Graph Delete navigation property messages for groups" }, { "info": { "name": "Microsoft Graph Get hostedContents from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/:chatMessage-id/hostedContents", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "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": "Content in a message hosted by Microsoft Teams - for example, images or code snippets." }, { "info": { "name": "Microsoft Graph Create new navigation property to hostedContents for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/:chatMessage-id/hostedContents", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to hostedContents for groups" }, { "info": { "name": "Microsoft Graph Get hostedContents from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/:chatMessage-id/hostedContents/:chatMessageHostedContent-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessageHostedContent-id", "value": "", "type": "path", "description": "The unique identifier of chatMessageHostedContent" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Content in a message hosted by Microsoft Teams - for example, images or code snippets." }, { "info": { "name": "Microsoft Graph Update the navigation property hostedContents in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/:chatMessage-id/hostedContents/:chatMessageHostedContent-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessageHostedContent-id", "value": "", "type": "path", "description": "The unique identifier of chatMessageHostedContent" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property hostedContents in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property hostedContents for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/:chatMessage-id/hostedContents/:chatMessageHostedContent-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessageHostedContent-id", "value": "", "type": "path", "description": "The unique identifier of chatMessageHostedContent" } ] }, "docs": "Microsoft Graph Delete navigation property hostedContents for groups" }, { "info": { "name": "Microsoft Graph Get media content for the navigation property hostedContents from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/:chatMessage-id/hostedContents/:chatMessageHostedContent-id/$value", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessageHostedContent-id", "value": "", "type": "path", "description": "The unique identifier of chatMessageHostedContent" } ] }, "docs": "The unique identifier for an entity. Read-only." }, { "info": { "name": "Microsoft Graph Update media content for the navigation property hostedContents in groups", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/:chatMessage-id/hostedContents/:chatMessageHostedContent-id/$value", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessageHostedContent-id", "value": "", "type": "path", "description": "The unique identifier of chatMessageHostedContent" } ] }, "docs": "The unique identifier for an entity. Read-only." }, { "info": { "name": "Microsoft Graph Delete media content for the navigation property hostedContents in groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/:chatMessage-id/hostedContents/:chatMessageHostedContent-id/$value", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessageHostedContent-id", "value": "", "type": "path", "description": "The unique identifier of chatMessageHostedContent" } ] }, "docs": "The unique identifier for an entity. Read-only." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/:chatMessage-id/hostedContents/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "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 setReaction", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/:chatMessage-id/setReaction", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action setReaction" }, { "info": { "name": "Microsoft Graph Invoke action softDelete", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/:chatMessage-id/softDelete", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ] }, "docs": "Delete a single chatMessage or a chat message reply in a channel or a chat." }, { "info": { "name": "Microsoft Graph Invoke action undoSoftDelete", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/:chatMessage-id/undoSoftDelete", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ] }, "docs": "Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat." }, { "info": { "name": "Microsoft Graph Invoke action unsetReaction", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/:chatMessage-id/unsetReaction", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action unsetReaction" }, { "info": { "name": "Microsoft Graph Get replies from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/:chatMessage-id/replies", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "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": "Replies for a specified message. Supports $expand for channel messages." }, { "info": { "name": "Microsoft Graph Create new navigation property to replies for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/:chatMessage-id/replies", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to replies for groups" }, { "info": { "name": "Microsoft Graph Get replies from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/:chatMessage-id/replies/:chatMessage-id1", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Replies for a specified message. Supports $expand for channel messages." }, { "info": { "name": "Microsoft Graph Update the navigation property replies in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/:chatMessage-id/replies/:chatMessage-id1", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property replies in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property replies for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/:chatMessage-id/replies/:chatMessage-id1", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ] }, "docs": "Microsoft Graph Delete navigation property replies for groups" }, { "info": { "name": "Microsoft Graph Get hostedContents from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/:chatMessage-id/replies/:chatMessage-id1/hostedContents", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "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": "Content in a message hosted by Microsoft Teams - for example, images or code snippets." }, { "info": { "name": "Microsoft Graph Create new navigation property to hostedContents for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/:chatMessage-id/replies/:chatMessage-id1/hostedContents", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to hostedContents for groups" }, { "info": { "name": "Microsoft Graph Get hostedContents from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/:chatMessage-id/replies/:chatMessage-id1/hostedContents/:chatMessageHostedContent-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessageHostedContent-id", "value": "", "type": "path", "description": "The unique identifier of chatMessageHostedContent" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Content in a message hosted by Microsoft Teams - for example, images or code snippets." }, { "info": { "name": "Microsoft Graph Update the navigation property hostedContents in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/:chatMessage-id/replies/:chatMessage-id1/hostedContents/:chatMessageHostedContent-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessageHostedContent-id", "value": "", "type": "path", "description": "The unique identifier of chatMessageHostedContent" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property hostedContents in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property hostedContents for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/:chatMessage-id/replies/:chatMessage-id1/hostedContents/:chatMessageHostedContent-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessageHostedContent-id", "value": "", "type": "path", "description": "The unique identifier of chatMessageHostedContent" } ] }, "docs": "Microsoft Graph Delete navigation property hostedContents for groups" }, { "info": { "name": "Microsoft Graph Get media content for the navigation property hostedContents from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/:chatMessage-id/replies/:chatMessage-id1/hostedContents/:chatMessageHostedContent-id/$value", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessageHostedContent-id", "value": "", "type": "path", "description": "The unique identifier of chatMessageHostedContent" } ] }, "docs": "The unique identifier for an entity. Read-only." }, { "info": { "name": "Microsoft Graph Update media content for the navigation property hostedContents in groups", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/:chatMessage-id/replies/:chatMessage-id1/hostedContents/:chatMessageHostedContent-id/$value", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessageHostedContent-id", "value": "", "type": "path", "description": "The unique identifier of chatMessageHostedContent" } ] }, "docs": "The unique identifier for an entity. Read-only." }, { "info": { "name": "Microsoft Graph Delete media content for the navigation property hostedContents in groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/:chatMessage-id/replies/:chatMessage-id1/hostedContents/:chatMessageHostedContent-id/$value", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessageHostedContent-id", "value": "", "type": "path", "description": "The unique identifier of chatMessageHostedContent" } ] }, "docs": "The unique identifier for an entity. Read-only." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/:chatMessage-id/replies/:chatMessage-id1/hostedContents/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "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 setReaction", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/:chatMessage-id/replies/:chatMessage-id1/setReaction", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action setReaction" }, { "info": { "name": "Microsoft Graph Invoke action softDelete", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/:chatMessage-id/replies/:chatMessage-id1/softDelete", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ] }, "docs": "Delete a single chatMessage or a chat message reply in a channel or a chat." }, { "info": { "name": "Microsoft Graph Invoke action undoSoftDelete", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/:chatMessage-id/replies/:chatMessage-id1/undoSoftDelete", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ] }, "docs": "Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat." }, { "info": { "name": "Microsoft Graph Invoke action unsetReaction", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/:chatMessage-id/replies/:chatMessage-id1/unsetReaction", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "name": "chatMessage-id1", "value": "", "type": "path", "description": "The unique identifier of chatMessage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action unsetReaction" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/:chatMessage-id/replies/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "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 function delta", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/:chatMessage-id/replies/delta()", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "chatMessage-id", "value": "", "type": "path", "description": "The unique identifier of chatMessage" }, { "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": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLi" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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 function delta", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/messages/delta()", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the list of messages from all chats in which a user is a participant, including one-on-one chats, group chats, and meeting chats. When you use delta query, you can get new or updated messages. To get the replies for a message, use the list message replies or the get message reply operations. A GET request with the delta function returns one of the following: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLi" }, { "info": { "name": "Microsoft Graph Invoke action archive", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/archive", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Archive a channel in a team. When a channel is archived, users can't send new messages or react to existing messages in the channel, edit the channel settings, or make other changes to the channel. You can delete an archived channel or add and remove members from it. If you archive a team, its channels are also archived. Archiving is an asynchronous operation; a channel is archived after the asynchronous archiving operation completes successfully, which might occur after the response returns. A " }, { "info": { "name": "Microsoft Graph Invoke action completeMigration", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/completeMigration", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ] }, "docs": "Complete the message migration process by removing migration mode from a channel in a team. Migration mode is a special state that prevents certain operations, like sending messages and adding members, during the data migration process. After a completeMigration request is made, you can't import additional messages into the team. You can add members to the team after the request returns a successful response." }, { "info": { "name": "Microsoft Graph Invoke function doesUserHaveAccess", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "userId", "value": "", "type": "query", "description": "Usage: userId='@userId'" }, { "name": "tenantId", "value": "", "type": "query", "description": "Usage: tenantId='@tenantId'" }, { "name": "userPrincipalName", "value": "", "type": "query", "description": "Usage: userPrincipalName='@userPrincipalName'" } ] }, "docs": "Determine whether a user has access to a channel." }, { "info": { "name": "Microsoft Graph Invoke action provisionEmail", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/provisionEmail", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ] }, "docs": "Provision an email address for a channel. Microsoft Teams doesn't automatically provision an email address for a channel by default. To have Teams provision an email address, you can call provisionEmail, or through the Teams user interface, select Get email address, which triggers Teams to generate an email address if it has not already provisioned one. To remove the email address of a channel, use the removeEmail method." }, { "info": { "name": "Microsoft Graph Invoke action removeEmail", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/removeEmail", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ] }, "docs": "Remove the email address of a channel. You can remove an email address only if it was provisioned using the provisionEmail method or through the Microsoft Teams client." }, { "info": { "name": "Microsoft Graph Invoke action unarchive", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/unarchive", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ] }, "docs": "Restore an archived channel. Unarchiving restores the ability for users to send messages and edit the channel. Channels are archived via the channel: archive method. Unarchiving is an asynchronous operation; a channel is unarchived when the asynchronous unarchiving operation completes successfully, which might occur after this method responds." }, { "info": { "name": "Microsoft Graph Get sharedWithTeams from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/sharedWithTeams", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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": "A collection of teams with which a channel is shared." }, { "info": { "name": "Microsoft Graph Create new navigation property to sharedWithTeams for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/sharedWithTeams", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to sharedWithTeams for groups" }, { "info": { "name": "Microsoft Graph Get sharedWithTeams from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/sharedWithTeams/:sharedWithChannelTeamInfo-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "sharedWithChannelTeamInfo-id", "value": "", "type": "path", "description": "The unique identifier of sharedWithChannelTeamInfo" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of teams with which a channel is shared." }, { "info": { "name": "Microsoft Graph Update the navigation property sharedWithTeams in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/sharedWithTeams/:sharedWithChannelTeamInfo-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "sharedWithChannelTeamInfo-id", "value": "", "type": "path", "description": "The unique identifier of sharedWithChannelTeamInfo" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property sharedWithTeams in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property sharedWithTeams for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/sharedWithTeams/:sharedWithChannelTeamInfo-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "sharedWithChannelTeamInfo-id", "value": "", "type": "path", "description": "The unique identifier of sharedWithChannelTeamInfo" } ] }, "docs": "Microsoft Graph Delete navigation property sharedWithTeams for groups" }, { "info": { "name": "Microsoft Graph Get allowedMembers from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/sharedWithTeams/:sharedWithChannelTeamInfo-id/allowedMembers", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "sharedWithChannelTeamInfo-id", "value": "", "type": "path", "description": "The unique identifier of sharedWithChannelTeamInfo" }, { "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": "A collection of team members who have access to the shared channel." }, { "info": { "name": "Microsoft Graph Get allowedMembers from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/sharedWithTeams/:sharedWithChannelTeamInfo-id/allowedMembers/:conversationMember-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "sharedWithChannelTeamInfo-id", "value": "", "type": "path", "description": "The unique identifier of sharedWithChannelTeamInfo" }, { "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": "A collection of team members who have access to the shared channel." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/sharedWithTeams/:sharedWithChannelTeamInfo-id/allowedMembers/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "sharedWithChannelTeamInfo-id", "value": "", "type": "path", "description": "The unique identifier of sharedWithChannelTeamInfo" }, { "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 Get team from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/sharedWithTeams/:sharedWithChannelTeamInfo-id/team", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "sharedWithChannelTeamInfo-id", "value": "", "type": "path", "description": "The unique identifier of sharedWithChannelTeamInfo" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get team from groups" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/sharedWithTeams/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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 Get tabs from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/tabs", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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": "A collection of all the tabs in the channel. A navigation property." }, { "info": { "name": "Microsoft Graph Create new navigation property to tabs for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/tabs", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to tabs for groups" }, { "info": { "name": "Microsoft Graph Get tabs from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/tabs/:teamsTab-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "teamsTab-id", "value": "", "type": "path", "description": "The unique identifier of teamsTab" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of all the tabs in the channel. A navigation property." }, { "info": { "name": "Microsoft Graph Update the navigation property tabs in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/tabs/:teamsTab-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "teamsTab-id", "value": "", "type": "path", "description": "The unique identifier of teamsTab" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property tabs in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property tabs for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/tabs/:teamsTab-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "teamsTab-id", "value": "", "type": "path", "description": "The unique identifier of teamsTab" } ] }, "docs": "Microsoft Graph Delete navigation property tabs for groups" }, { "info": { "name": "Microsoft Graph Get teamsApp from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/tabs/:teamsTab-id/teamsApp", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "teamsTab-id", "value": "", "type": "path", "description": "The unique identifier of teamsTab" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The application that is linked to the tab. This can't be changed after tab creation." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/primaryChannel/tabs/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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 Get schedule from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The schedule of shifts for this team." }, { "info": { "name": "Microsoft Graph Update the navigation property schedule in groups", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property schedule in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property schedule for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ] }, "docs": "Microsoft Graph Delete navigation property schedule for groups" }, { "info": { "name": "Microsoft Graph Get dayNotes from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/dayNotes", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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": "The day notes in the schedule." }, { "info": { "name": "Microsoft Graph Create new navigation property to dayNotes for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/dayNotes", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to dayNotes for groups" }, { "info": { "name": "Microsoft Graph Get dayNotes from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/dayNotes/:dayNote-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "dayNote-id", "value": "", "type": "path", "description": "The unique identifier of dayNote" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The day notes in the schedule." }, { "info": { "name": "Microsoft Graph Update the navigation property dayNotes in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/dayNotes/:dayNote-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "dayNote-id", "value": "", "type": "path", "description": "The unique identifier of dayNote" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property dayNotes in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property dayNotes for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/dayNotes/:dayNote-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "dayNote-id", "value": "", "type": "path", "description": "The unique identifier of dayNote" } ] }, "docs": "Microsoft Graph Delete navigation property dayNotes for groups" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/dayNotes/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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 share", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/share", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Share a schedule time range with schedule members. This action makes the collections of shift, openshift and timeOff items in the specified time range of the schedule viewable by the specified team members, including employees and managers. Each shift, openshift and timeOff instance in a schedule supports a draft version and a shared version of the item. The draft version is viewable by only managers, and the shared version is viewable by employees and managers. For each shift, openshift and tim" }, { "info": { "name": "Microsoft Graph Get offerShiftRequests from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/offerShiftRequests", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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": "The offer requests for shifts in the schedule." }, { "info": { "name": "Microsoft Graph Create new navigation property to offerShiftRequests for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/offerShiftRequests", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to offerShiftRequests for groups" }, { "info": { "name": "Microsoft Graph Get offerShiftRequests from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/offerShiftRequests/:offerShiftRequest-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "offerShiftRequest-id", "value": "", "type": "path", "description": "The unique identifier of offerShiftRequest" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The offer requests for shifts in the schedule." }, { "info": { "name": "Microsoft Graph Update the navigation property offerShiftRequests in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/offerShiftRequests/:offerShiftRequest-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "offerShiftRequest-id", "value": "", "type": "path", "description": "The unique identifier of offerShiftRequest" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property offerShiftRequests in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property offerShiftRequests for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/offerShiftRequests/:offerShiftRequest-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "offerShiftRequest-id", "value": "", "type": "path", "description": "The unique identifier of offerShiftRequest" } ] }, "docs": "Microsoft Graph Delete navigation property offerShiftRequests for groups" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/offerShiftRequests/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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 Get openShiftChangeRequests from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/openShiftChangeRequests", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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": "The open shift requests in the schedule." }, { "info": { "name": "Microsoft Graph Create new navigation property to openShiftChangeRequests for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/openShiftChangeRequests", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to openShiftChangeRequests for groups" }, { "info": { "name": "Microsoft Graph Get openShiftChangeRequests from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/openShiftChangeRequests/:openShiftChangeRequest-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "openShiftChangeRequest-id", "value": "", "type": "path", "description": "The unique identifier of openShiftChangeRequest" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The open shift requests in the schedule." }, { "info": { "name": "Microsoft Graph Update the navigation property openShiftChangeRequests in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/openShiftChangeRequests/:openShiftChangeRequest-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "openShiftChangeRequest-id", "value": "", "type": "path", "description": "The unique identifier of openShiftChangeRequest" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property openShiftChangeRequests in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property openShiftChangeRequests for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/openShiftChangeRequests/:openShiftChangeRequest-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "openShiftChangeRequest-id", "value": "", "type": "path", "description": "The unique identifier of openShiftChangeRequest" } ] }, "docs": "Microsoft Graph Delete navigation property openShiftChangeRequests for groups" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/openShiftChangeRequests/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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 Get openShifts from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/openShifts", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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": "The set of open shifts in a scheduling group in the schedule." }, { "info": { "name": "Microsoft Graph Create new navigation property to openShifts for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/openShifts", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to openShifts for groups" }, { "info": { "name": "Microsoft Graph Get openShifts from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/openShifts/:openShift-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "openShift-id", "value": "", "type": "path", "description": "The unique identifier of openShift" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The set of open shifts in a scheduling group in the schedule." }, { "info": { "name": "Microsoft Graph Update the navigation property openShifts in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/openShifts/:openShift-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "openShift-id", "value": "", "type": "path", "description": "The unique identifier of openShift" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property openShifts in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property openShifts for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/openShifts/:openShift-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "openShift-id", "value": "", "type": "path", "description": "The unique identifier of openShift" } ] }, "docs": "Microsoft Graph Delete navigation property openShifts for groups" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/openShifts/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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 Get schedulingGroups from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/schedulingGroups", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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": "The logical grouping of users in the schedule (usually by role)." }, { "info": { "name": "Microsoft Graph Create new navigation property to schedulingGroups for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/schedulingGroups", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to schedulingGroups for groups" }, { "info": { "name": "Microsoft Graph Get schedulingGroups from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/schedulingGroups/:schedulingGroup-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "schedulingGroup-id", "value": "", "type": "path", "description": "The unique identifier of schedulingGroup" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The logical grouping of users in the schedule (usually by role)." }, { "info": { "name": "Microsoft Graph Update the navigation property schedulingGroups in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/schedulingGroups/:schedulingGroup-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "schedulingGroup-id", "value": "", "type": "path", "description": "The unique identifier of schedulingGroup" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property schedulingGroups in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property schedulingGroups for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/schedulingGroups/:schedulingGroup-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "schedulingGroup-id", "value": "", "type": "path", "description": "The unique identifier of schedulingGroup" } ] }, "docs": "Microsoft Graph Delete navigation property schedulingGroups for groups" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/schedulingGroups/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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 Get shifts from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/shifts", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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": "The shifts in the schedule." }, { "info": { "name": "Microsoft Graph Create new navigation property to shifts for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/shifts", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to shifts for groups" }, { "info": { "name": "Microsoft Graph Get shifts from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/shifts/:shift-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "shift-id", "value": "", "type": "path", "description": "The unique identifier of shift" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The shifts in the schedule." }, { "info": { "name": "Microsoft Graph Update the navigation property shifts in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/shifts/:shift-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "shift-id", "value": "", "type": "path", "description": "The unique identifier of shift" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property shifts in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property shifts for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/shifts/:shift-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "shift-id", "value": "", "type": "path", "description": "The unique identifier of shift" } ] }, "docs": "Microsoft Graph Delete navigation property shifts for groups" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/shifts/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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 Get swapShiftsChangeRequests from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/swapShiftsChangeRequests", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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": "The swap requests for shifts in the schedule." }, { "info": { "name": "Microsoft Graph Create new navigation property to swapShiftsChangeRequests for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/swapShiftsChangeRequests", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to swapShiftsChangeRequests for groups" }, { "info": { "name": "Microsoft Graph Get swapShiftsChangeRequests from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/swapShiftsChangeRequests/:swapShiftsChangeRequest-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "swapShiftsChangeRequest-id", "value": "", "type": "path", "description": "The unique identifier of swapShiftsChangeRequest" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The swap requests for shifts in the schedule." }, { "info": { "name": "Microsoft Graph Update the navigation property swapShiftsChangeRequests in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/swapShiftsChangeRequests/:swapShiftsChangeRequest-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "swapShiftsChangeRequest-id", "value": "", "type": "path", "description": "The unique identifier of swapShiftsChangeRequest" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property swapShiftsChangeRequests in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property swapShiftsChangeRequests for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/swapShiftsChangeRequests/:swapShiftsChangeRequest-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "swapShiftsChangeRequest-id", "value": "", "type": "path", "description": "The unique identifier of swapShiftsChangeRequest" } ] }, "docs": "Microsoft Graph Delete navigation property swapShiftsChangeRequests for groups" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/swapShiftsChangeRequests/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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 Get timeCards from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/timeCards", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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": "The time cards in the schedule." }, { "info": { "name": "Microsoft Graph Create new navigation property to timeCards for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/timeCards", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to timeCards for groups" }, { "info": { "name": "Microsoft Graph Get timeCards from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/timeCards/:timeCard-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "timeCard-id", "value": "", "type": "path", "description": "The unique identifier of timeCard" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The time cards in the schedule." }, { "info": { "name": "Microsoft Graph Update the navigation property timeCards in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/timeCards/:timeCard-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "timeCard-id", "value": "", "type": "path", "description": "The unique identifier of timeCard" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property timeCards in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property timeCards for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/timeCards/:timeCard-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "timeCard-id", "value": "", "type": "path", "description": "The unique identifier of timeCard" } ] }, "docs": "Microsoft Graph Delete navigation property timeCards for groups" }, { "info": { "name": "Microsoft Graph Invoke action clockOut", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/timeCards/:timeCard-id/clockOut", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "timeCard-id", "value": "", "type": "path", "description": "The unique identifier of timeCard" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action clockOut" }, { "info": { "name": "Microsoft Graph Invoke action confirm", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/timeCards/:timeCard-id/confirm", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "timeCard-id", "value": "", "type": "path", "description": "The unique identifier of timeCard" } ] }, "docs": "Confirm a timeCard." }, { "info": { "name": "Microsoft Graph Invoke action endBreak", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/timeCards/:timeCard-id/endBreak", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "timeCard-id", "value": "", "type": "path", "description": "The unique identifier of timeCard" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action endBreak" }, { "info": { "name": "Microsoft Graph Invoke action startBreak", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/timeCards/:timeCard-id/startBreak", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "timeCard-id", "value": "", "type": "path", "description": "The unique identifier of timeCard" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action startBreak" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/timeCards/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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 clockIn", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/timeCards/clockIn", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Clock in to start a timeCard." }, { "info": { "name": "Microsoft Graph Get timeOffReasons from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/timeOffReasons", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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": "The set of reasons for a time off in the schedule." }, { "info": { "name": "Microsoft Graph Create new navigation property to timeOffReasons for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/timeOffReasons", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to timeOffReasons for groups" }, { "info": { "name": "Microsoft Graph Get timeOffReasons from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/timeOffReasons/:timeOffReason-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "timeOffReason-id", "value": "", "type": "path", "description": "The unique identifier of timeOffReason" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The set of reasons for a time off in the schedule." }, { "info": { "name": "Microsoft Graph Update the navigation property timeOffReasons in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/timeOffReasons/:timeOffReason-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "timeOffReason-id", "value": "", "type": "path", "description": "The unique identifier of timeOffReason" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property timeOffReasons in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property timeOffReasons for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/timeOffReasons/:timeOffReason-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "timeOffReason-id", "value": "", "type": "path", "description": "The unique identifier of timeOffReason" } ] }, "docs": "Microsoft Graph Delete navigation property timeOffReasons for groups" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/timeOffReasons/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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 Get timeOffRequests from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/timeOffRequests", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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": "The time off requests in the schedule." }, { "info": { "name": "Microsoft Graph Create new navigation property to timeOffRequests for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/timeOffRequests", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to timeOffRequests for groups" }, { "info": { "name": "Microsoft Graph Get timeOffRequests from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/timeOffRequests/:timeOffRequest-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "timeOffRequest-id", "value": "", "type": "path", "description": "The unique identifier of timeOffRequest" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The time off requests in the schedule." }, { "info": { "name": "Microsoft Graph Update the navigation property timeOffRequests in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/timeOffRequests/:timeOffRequest-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "timeOffRequest-id", "value": "", "type": "path", "description": "The unique identifier of timeOffRequest" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property timeOffRequests in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property timeOffRequests for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/timeOffRequests/:timeOffRequest-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "timeOffRequest-id", "value": "", "type": "path", "description": "The unique identifier of timeOffRequest" } ] }, "docs": "Microsoft Graph Delete navigation property timeOffRequests for groups" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/timeOffRequests/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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 Get timesOff from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/timesOff", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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": "The instances of times off in the schedule." }, { "info": { "name": "Microsoft Graph Create new navigation property to timesOff for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/timesOff", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to timesOff for groups" }, { "info": { "name": "Microsoft Graph Get timesOff from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/timesOff/:timeOff-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "timeOff-id", "value": "", "type": "path", "description": "The unique identifier of timeOff" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The instances of times off in the schedule." }, { "info": { "name": "Microsoft Graph Update the navigation property timesOff in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/timesOff/:timeOff-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "timeOff-id", "value": "", "type": "path", "description": "The unique identifier of timeOff" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property timesOff in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property timesOff for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/timesOff/:timeOff-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "timeOff-id", "value": "", "type": "path", "description": "The unique identifier of timeOff" } ] }, "docs": "Microsoft Graph Delete navigation property timesOff for groups" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/schedule/timesOff/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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 Get tags from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/tags", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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": "The tags associated with the team." }, { "info": { "name": "Microsoft Graph Create new navigation property to tags for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/tags", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to tags for groups" }, { "info": { "name": "Microsoft Graph Get tags from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/tags/:teamworkTag-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "teamworkTag-id", "value": "", "type": "path", "description": "The unique identifier of teamworkTag" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The tags associated with the team." }, { "info": { "name": "Microsoft Graph Update the navigation property tags in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/tags/:teamworkTag-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "teamworkTag-id", "value": "", "type": "path", "description": "The unique identifier of teamworkTag" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property tags in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property tags for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/tags/:teamworkTag-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "teamworkTag-id", "value": "", "type": "path", "description": "The unique identifier of teamworkTag" } ] }, "docs": "Microsoft Graph Delete navigation property tags for groups" }, { "info": { "name": "Microsoft Graph Get members from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/tags/:teamworkTag-id/members", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "teamworkTag-id", "value": "", "type": "path", "description": "The unique identifier of teamworkTag" }, { "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": "Users assigned to the tag." }, { "info": { "name": "Microsoft Graph Create new navigation property to members for groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/tags/:teamworkTag-id/members", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "teamworkTag-id", "value": "", "type": "path", "description": "The unique identifier of teamworkTag" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to members for groups" }, { "info": { "name": "Microsoft Graph Get members from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/tags/:teamworkTag-id/members/:teamworkTagMember-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "teamworkTag-id", "value": "", "type": "path", "description": "The unique identifier of teamworkTag" }, { "name": "teamworkTagMember-id", "value": "", "type": "path", "description": "The unique identifier of teamworkTagMember" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Users assigned to the tag." }, { "info": { "name": "Microsoft Graph Update the navigation property members in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/tags/:teamworkTag-id/members/:teamworkTagMember-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "teamworkTag-id", "value": "", "type": "path", "description": "The unique identifier of teamworkTag" }, { "name": "teamworkTagMember-id", "value": "", "type": "path", "description": "The unique identifier of teamworkTagMember" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property members in groups" }, { "info": { "name": "Microsoft Graph Delete navigation property members for groups", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/tags/:teamworkTag-id/members/:teamworkTagMember-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "teamworkTag-id", "value": "", "type": "path", "description": "The unique identifier of teamworkTag" }, { "name": "teamworkTagMember-id", "value": "", "type": "path", "description": "The unique identifier of teamworkTagMember" } ] }, "docs": "Microsoft Graph Delete navigation property members for groups" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/tags/:teamworkTag-id/members/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "teamworkTag-id", "value": "", "type": "path", "description": "The unique identifier of teamworkTag" }, { "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 Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/tags/$count", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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 Get template from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/team/template", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The template this team was created from. See available templates." } ] } ], "bundled": true }