{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin me.userTeamwork API", "version": "1.0.0" }, "items": [ { "info": { "name": "me.userTeamwork", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get teamwork from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/teamwork", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A container for Microsoft Teams features available for the user. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property teamwork in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/teamwork", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property teamwork in me" }, { "info": { "name": "Microsoft Graph Delete navigation property teamwork for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/teamwork", "headers": [ { "name": "If-Match", "value": "" } ] }, "docs": "Microsoft Graph Delete navigation property teamwork for me" }, { "info": { "name": "Microsoft Graph List associatedTeamInfo", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/teamwork/associatedTeams", "params": [ { "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": "Get the list of teams in Microsoft Teams that a user is associated with.\r\nCurrently, a user can be associated with a team in two different ways:" }, { "info": { "name": "Microsoft Graph Create new navigation property to associatedTeams for me", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/teamwork/associatedTeams", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to associatedTeams for me" }, { "info": { "name": "Microsoft Graph Get associatedTeams from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/teamwork/associatedTeams/:associatedTeamInfo-id", "params": [ { "name": "associatedTeamInfo-id", "value": "", "type": "path", "description": "The unique identifier of associatedTeamInfo" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The list of associatedTeamInfo objects that a user is associated with." }, { "info": { "name": "Microsoft Graph Update the navigation property associatedTeams in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/teamwork/associatedTeams/:associatedTeamInfo-id", "params": [ { "name": "associatedTeamInfo-id", "value": "", "type": "path", "description": "The unique identifier of associatedTeamInfo" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property associatedTeams in me" }, { "info": { "name": "Microsoft Graph Delete navigation property associatedTeams for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/teamwork/associatedTeams/:associatedTeamInfo-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "associatedTeamInfo-id", "value": "", "type": "path", "description": "The unique identifier of associatedTeamInfo" } ] }, "docs": "Microsoft Graph Delete navigation property associatedTeams for me" }, { "info": { "name": "Microsoft Graph Get team from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/teamwork/associatedTeams/:associatedTeamInfo-id/team", "params": [ { "name": "associatedTeamInfo-id", "value": "", "type": "path", "description": "The unique identifier of associatedTeamInfo" }, { "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 me" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/teamwork/associatedTeams/$count", "params": [ { "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 me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/teamwork/installedApps", "params": [ { "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 the personal scope of this user." }, { "info": { "name": "Microsoft Graph Create new navigation property to installedApps for me", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/teamwork/installedApps", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to installedApps for me" }, { "info": { "name": "Microsoft Graph Get installedApps from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/teamwork/installedApps/:userScopeTeamsAppInstallation-id", "params": [ { "name": "userScopeTeamsAppInstallation-id", "value": "", "type": "path", "description": "The unique identifier of userScopeTeamsAppInstallation" }, { "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 the personal scope of this user." }, { "info": { "name": "Microsoft Graph Update the navigation property installedApps in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/teamwork/installedApps/:userScopeTeamsAppInstallation-id", "params": [ { "name": "userScopeTeamsAppInstallation-id", "value": "", "type": "path", "description": "The unique identifier of userScopeTeamsAppInstallation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property installedApps in me" }, { "info": { "name": "Microsoft Graph Delete navigation property installedApps for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/teamwork/installedApps/:userScopeTeamsAppInstallation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "userScopeTeamsAppInstallation-id", "value": "", "type": "path", "description": "The unique identifier of userScopeTeamsAppInstallation" } ] }, "docs": "Microsoft Graph Delete navigation property installedApps for me" }, { "info": { "name": "Microsoft Graph Get chat from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/teamwork/installedApps/:userScopeTeamsAppInstallation-id/chat", "params": [ { "name": "userScopeTeamsAppInstallation-id", "value": "", "type": "path", "description": "The unique identifier of userScopeTeamsAppInstallation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The chat between the user and Teams app." }, { "info": { "name": "Microsoft Graph Get teamsApp from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/teamwork/installedApps/:userScopeTeamsAppInstallation-id/teamsApp", "params": [ { "name": "userScopeTeamsAppInstallation-id", "value": "", "type": "path", "description": "The unique identifier of userScopeTeamsAppInstallation" }, { "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 me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/teamwork/installedApps/:userScopeTeamsAppInstallation-id/teamsAppDefinition", "params": [ { "name": "userScopeTeamsAppInstallation-id", "value": "", "type": "path", "description": "The unique identifier of userScopeTeamsAppInstallation" }, { "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/me/teamwork/installedApps/$count", "params": [ { "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 sendActivityNotification", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/teamwork/sendActivityNotification", "body": { "type": "json", "data": "{}" } }, "docs": "Send an activity feed notification to a user. For more information, see sending Teams activity notifications." } ] } ], "bundled": true }